Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp927 Value *ToProfile = nullptr; in instrumentOneFunc() local
929 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
931 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
932 assert(ToProfile && "value profiling Value is of unexpected type"); in instrumentOneFunc()
939 Builder.getInt64(FuncInfo.FunctionHash), ToProfile, in instrumentOneFunc()