Home
last modified time | relevance | path

Searched refs:ToProfile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1071 Value *ToProfile = nullptr; in instrument() local
1073 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()