Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCGProfile.h21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass() argument
25 bool InLTO = false;
H A DPGOInstrumentation.h86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
91 bool InLTO;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp48 bool InLTO) { in runCGProfilePass() argument
62 (void)(bool)Symtab.create(M, InLTO); in runCGProfilePass()
104 runCGProfilePass(M, FAM, InLTO); in run()
H A DIndirectCallPromotion.cpp326 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls() argument
331 if (Error E = Symtab.create(M, InLTO)) { in promoteIndirectCalls()
364 if (!promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp335 static std::string getIRPGOObjectName(const GlobalObject &GO, bool InLTO, in getIRPGOObjectName() argument
337 if (!InLTO) { in getIRPGOObjectName()
354 std::string getIRPGOFuncName(const Function &F, bool InLTO) { in getIRPGOFuncName() argument
355 return getIRPGOObjectName(F, InLTO, getPGOFuncNameMetadata(F)); in getIRPGOFuncName()
365 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() argument
366 if (!InLTO) { in getPGOFuncName()
451 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create() argument
457 if (Error E = addFuncWithName(F, getIRPGOFuncName(F, InLTO))) in create()
460 if (Error E = addFuncWithName(F, getPGOFuncName(F, InLTO))) in create()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h179 std::string getPGOFuncName(const Function &F, bool InLTO = false,
194 std::string getIRPGOFuncName(const Function &F, bool InLTO = false);
484 Error create(Module &M, bool InLTO = false);