Lines Matching defs:SamplePGO
90 // Set if the pass is called in SamplePGO mode. The difference for SamplePGO
94 cl::desc("Run indirect-call promotion in SamplePGO mode"));
318 const bool SamplePGO;
405 Function &Func, Module &M, InstrProfSymtab *Symtab, bool SamplePGO,
410 : F(Func), M(M), Symtab(Symtab), SamplePGO(SamplePGO),
652 SamplePGO, &ORE);
989 bool SamplePGO, ModuleAnalysisManager &MAM) {
1027 IndirectCallPromoter CallPromoter(F, M, &Symtab, SamplePGO, VirtualCSInfo,
1049 SamplePGO | ICPSamplePGOMode, MAM))