Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp856 Value *ToProfile = nullptr; in instrumentOneFunc() local
858 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
860 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty()); in instrumentOneFunc()
861 assert(ToProfile && "value profiling Value is of unexpected type"); in instrumentOneFunc()
866 Builder.getInt64(FuncInfo.FunctionHash), ToProfile, in instrumentOneFunc()