Lines Matching defs:RunProfileGen
825 OptimizationLevel Level, bool RunProfileGen,
832 if (!RunProfileGen) {
864 ModulePassManager &MPM, bool RunProfileGen, bool IsCS,
867 if (!RunProfileGen) {
1183 /*RunProfileGen=*/IsPGOInstrGen,
1412 addPGOInstrPasses(MPM, Level, /*RunProfileGen=*/true,
1417 addPGOInstrPasses(MPM, Level, /*RunProfileGen=*/false,
1927 addPGOInstrPasses(MPM, Level, /*RunProfileGen=*/true,
1932 addPGOInstrPasses(MPM, Level, /*RunProfileGen=*/false,
2082 /*RunProfileGen=*/(PGOOpt->Action == PGOOptions::IRInstr),