Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp49 bool InLTO) { in runCGProfilePass() argument
63 (void)(bool)Symtab.create(M, InLTO); in runCGProfilePass()
100 runCGProfilePass(M, FAM, InLTO); in run()
H A DIndirectCallPromotion.cpp962 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls() argument
967 if (Error E = Symtab.create(M, InLTO)) { in promoteIndirectCalls()
1016 if (!promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode, in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h88 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
93 bool InLTO;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp349 static std::string getIRPGOObjectName(const GlobalObject &GO, bool InLTO, in getIRPGOObjectName() argument
351 if (!InLTO) { in getIRPGOObjectName()
368 std::string getIRPGOFuncName(const Function &F, bool InLTO) { in getIRPGOFuncName() argument
369 return getIRPGOObjectName(F, InLTO, getPGOFuncNameMetadata(F)); in getIRPGOFuncName()
379 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() argument
380 if (!InLTO) { in getPGOFuncName()
395 std::string getPGOName(const GlobalVariable &V, bool InLTO) { in getPGOName() argument
399 return getIRPGOObjectName(V, InLTO, V.getMetadata(getPGONameMetadataName())); in getPGOName()
471 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create() argument
477 if (Error E = addFuncWithName(F, getIRPGOFuncName(F, InLTO))) in create()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h185 std::string getPGOFuncName(const Function &F, bool InLTO = false,
200 std::string getIRPGOFuncName(const Function &F, bool InLTO = false);
303 std::string getPGOName(const GlobalVariable &V, bool InLTO = false);
555 Error create(Module &M, bool InLTO = false);