Home
last modified time | relevance | path

Searched defs:InLTO (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCGProfile.h21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
H A DPGOInstrumentation.h86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} InLTO() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp48 runCGProfilePass(Module & M,FunctionAnalysisManager & FAM,bool InLTO) runCGProfilePass() argument
H A DIndirectCallPromotion.cpp326 promoteIndirectCalls(Module & M,ProfileSummaryInfo * PSI,bool InLTO,bool SamplePGO,ModuleAnalysisManager & MAM) promoteIndirectCalls() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp335 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...]