Lines Matching defs:IsCS
835 bool IsCS, bool AtomicCounterUpdate,
844 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
852 MPM.addPass(PGOInstrumentationGen(IsCS ? PGOInstrumentationType::CSFDO
862 Options.UseBFIInPromotion = IsCS;
870 MPM.addPass(InstrProfilingLoweringPass(Options, IsCS));
874 ModulePassManager &MPM, bool RunProfileGen, bool IsCS,
880 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
888 MPM.addPass(PGOInstrumentationGen(IsCS ? PGOInstrumentationType::CSFDO
896 Options.UseBFIInPromotion = IsCS;
898 MPM.addPass(InstrProfilingLoweringPass(Options, IsCS));
1218 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate,
1235 MPM, Level, /* RunProfileGen */ true, /* IsCS */ false,
1456 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
1461 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
2003 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
2008 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
2166 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile,