Home
last modified time | relevance | path

Searched defs:SamplePGO (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp118 const bool SamplePGO; global() member in __anon8ef128580111::IndirectCallPromoter
146 IndirectCallPromoter(Function & Func,InstrProfSymtab * Symtab,bool SamplePGO,OptimizationRemarkEmitter & ORE) IndirectCallPromoter() argument
327 promoteIndirectCalls(Module & M,ProfileSummaryInfo * PSI,bool InLTO,bool SamplePGO,ModuleAnalysisManager & MAM) promoteIndirectCalls() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h92 bool SamplePGO; global() variable