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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp856 Value *ToProfile = nullptr; local
858 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty());
860 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty());
861 assert(ToProfile && "value profiling Value is of unexpected type");
866 Builder.getInt64(FuncInfo.FunctionHash), ToProfile, local

Completed in 103 milliseconds