A couple tweaks to
- allow more thinlto importing by excluding probe intrinsics from IR size in module summary
- Allow general default attributes (nofree nosync nounwind) for pseudo probe intrinsic. Without those attributes, pseudo probes will be basically treated as unknown calls which will in turn block their containing functions from annotated with those attributes.
Perhaps we should audit the use of DbgInfoIntrinsic to see if there're others that should be changed