Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp956 Value *ToProfile = nullptr; in instrumentOneFunc() local
958 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
960 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
961 assert(ToProfile && "value profiling Value is of unexpected type"); in instrumentOneFunc()
968 Builder.getInt64(FuncInfo.FunctionHash), ToProfile, in instrumentOneFunc()