Searched refs:SamplePGO (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 89 PGOIndirectCallPromotion(bool IsInLTO = false, bool SamplePGO = false) 90 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() 96 bool SamplePGO; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 318 const bool SamplePGO; member in __anon5ae95e860111::IndirectCallPromoter 405 Function &Func, Module &M, InstrProfSymtab *Symtab, bool SamplePGO, in IndirectCallPromoter() argument 410 : F(Func), M(M), Symtab(Symtab), SamplePGO(SamplePGO), in IndirectCallPromoter() 652 SamplePGO, &ORE); in tryToPromoteWithFuncCmp() 990 bool SamplePGO, ModuleAnalysisManager &MAM) { in promoteIndirectCalls() argument 1027 IndirectCallPromoter CallPromoter(F, M, &Symtab, SamplePGO, VirtualCSInfo, in promoteIndirectCalls() 1049 SamplePGO | ICPSamplePGOMode, MAM)) in run()
|