Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp368 std::string getIRPGOFuncName(const Function &F, bool InLTO) { in getIRPGOFuncName() function
477 if (Error E = addFuncWithName(F, getIRPGOFuncName(F, InLTO))) in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h200 std::string getIRPGOFuncName(const Function &F, bool InLTO = false);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp614 FuncName = getIRPGOFuncName(F); in FuncPGOInstrumentation()