Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp903 Value *ToProfile = nullptr; in instrumentOneFunc() local
905 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
907 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
908 assert(ToProfile && "value profiling Value is of unexpected type"); in instrumentOneFunc()
915 Builder.getInt64(FuncInfo.FunctionHash), ToProfile, in instrumentOneFunc()