Searched defs:InLTO (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| HD | CGProfile.h | 21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
|
| HD | PGOInstrumentation.h | 88 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | CGProfile.cpp | 49 bool InLTO) { in runCGProfilePass()
|
| HD | IndirectCallPromotion.cpp | 962 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| HD | InstrProf.cpp | 349 static std::string getIRPGOObjectName(const GlobalObject &GO, bool InLTO, in getIRPGOObjectName() 368 std::string getIRPGOFuncName(const Function &F, bool InLTO) { in getIRPGOFuncName() 379 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() 395 std::string getPGOName(const GlobalVariable &V, bool InLTO) { in getPGOName() 471 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()
|