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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp901 Value *ToProfile = nullptr; local
903 ToProfile = Builder.CreateZExtOrTrunc(Cand.V, Builder.getInt64Ty());
905 ToProfile = Builder.CreatePtrToInt(Cand.V, Builder.getInt64Ty());
906 assert(ToProfile && "value profiling Value is of unexpected type");
913 Builder.getInt64(FuncInfo.FunctionHash), ToProfile, local

Completed in 75 milliseconds