Searched defs:InLTO (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | CGProfile.h | 21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
|
H A D | PGOInstrumentation.h | 86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} InLTO() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 48 runCGProfilePass(Module & M,FunctionAnalysisManager & FAM,bool InLTO) runCGProfilePass() argument
|
H A D | IndirectCallPromotion.cpp | 326 promoteIndirectCalls(Module & M,ProfileSummaryInfo * PSI,bool InLTO,bool SamplePGO,ModuleAnalysisManager & MAM) promoteIndirectCalls() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 335 getIRPGOObjectName(const GlobalObject & GO,bool InLTO,MDNode * PGONameMetadata) getIRPGOObjectName() argument 354 getIRPGOFuncName(const Function & F,bool InLTO) getIRPGOFuncName() argument 365 getPGOFuncName(const Function & F,bool InLTO,uint64_t Version) getPGOFuncName() argument 451 create(Module & M,bool InLTO) create() argument [all...] |