Lines Matching defs:IsCS
826 bool IsCS, bool AtomicCounterUpdate,
835 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
843 MPM.addPass(PGOInstrumentationGen(IsCS));
852 Options.UseBFIInPromotion = IsCS;
860 MPM.addPass(InstrProfilingLoweringPass(Options, IsCS));
864 ModulePassManager &MPM, bool RunProfileGen, bool IsCS,
870 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
878 MPM.addPass(PGOInstrumentationGen(IsCS));
885 Options.UseBFIInPromotion = IsCS;
887 MPM.addPass(InstrProfilingLoweringPass(Options, IsCS));
1184 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate,
1413 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
1418 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
1928 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
1933 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate,
2083 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile,