Lines Matching defs:ProfileFile
836 std::string ProfileFile,
842 assert(!ProfileFile.empty() && "Profile use expecting a profile file!");
844 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
858 if (!ProfileFile.empty())
859 Options.InstrProfileOutput = ProfileFile;
875 bool AtomicCounterUpdate, std::string ProfileFile,
878 assert(!ProfileFile.empty() && "Profile use expecting a profile file!");
880 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
892 if (!ProfileFile.empty())
893 Options.InstrProfileOutput = ProfileFile;
1122 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile,
1219 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile,
1462 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile,
1839 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile,
2009 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile,
2166 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile,
2181 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile,