Searched refs:ToProfile (Results 1 – 1 of 1) sorted by relevance
1071 Value *ToProfile = nullptr; in instrument() local1073 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty()); in instrument()1075 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty()); in instrument()1076 assert(ToProfile && "value profiling Value is of unexpected type"); in instrument()1087 ToProfile, Builder.getInt32(Kind), Builder.getInt32(SiteIndex++)}, in instrument()