Lines Matching refs:ProfileFile
827 std::string ProfileFile, in addPGOInstrPasses() argument
833 assert(!ProfileFile.empty() && "Profile use expecting a profile file!"); in addPGOInstrPasses()
835 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPasses()
848 if (!ProfileFile.empty()) in addPGOInstrPasses()
849 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
865 bool AtomicCounterUpdate, std::string ProfileFile, in addPGOInstrPassesForO0() argument
868 assert(!ProfileFile.empty() && "Profile use expecting a profile file!"); in addPGOInstrPassesForO0()
870 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPassesForO0()
881 if (!ProfileFile.empty()) in addPGOInstrPassesForO0()
882 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
1099 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile, in buildModuleSimplificationPipeline()
1185 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile, in buildModuleSimplificationPipeline()
1419 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile, in buildModuleOptimizationPipeline()
1775 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile, in buildLTODefaultPipeline()
1934 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile, in buildLTODefaultPipeline()
2083 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile, in buildO0DefaultPipeline()