Searched refs:InLTO (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 49 bool InLTO) { in runCGProfilePass() argument 63 (void)(bool)Symtab.create(M, InLTO); in runCGProfilePass() 100 runCGProfilePass(M, FAM, InLTO); in run()
|
| H A D | IndirectCallPromotion.cpp | 989 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls() argument 994 if (Error E = Symtab.create(M, InLTO)) { in promoteIndirectCalls() 1048 if (!promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode, in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 90 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function 95 bool InLTO;
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 391 static std::string getIRPGOObjectName(const GlobalObject &GO, bool InLTO, in getIRPGOObjectName() argument 393 if (!InLTO) { in getIRPGOObjectName() 410 std::string getIRPGOFuncName(const Function &F, bool InLTO) { in getIRPGOFuncName() argument 411 return getIRPGOObjectName(F, InLTO, getPGOFuncNameMetadata(F)); in getIRPGOFuncName() 421 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() argument 422 if (!InLTO) { in getPGOFuncName() 437 std::string getPGOName(const GlobalVariable &V, bool InLTO) { in getPGOName() argument 441 return getIRPGOObjectName(V, InLTO, V.getMetadata(getPGONameMetadataName())); in getPGOName() 528 Error InstrProfSymtab::create(Module &M, bool InLTO, bool AddCanonical) { in create() argument 534 if (Error E = addFuncWithName(F, getIRPGOFuncName(F, InLTO), AddCanonical)) in create() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 226 getPGOFuncName(const Function &F, bool InLTO = false, 240 LLVM_ABI std::string getIRPGOFuncName(const Function &F, bool InLTO = false); 349 LLVM_ABI std::string getPGOName(const GlobalVariable &V, bool InLTO = false); 615 LLVM_ABI Error create(Module &M, bool InLTO = false,
|