Searched defs:InLTO (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.h | 88 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 49 bool InLTO) { in runCGProfilePass()
|
H A D | IndirectCallPromotion.cpp | 962 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | 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()
|