Lines Matching refs:ProfileFileName
408 : ModulePass(ID), ProfileFileName(std::move(Filename)) { in PGOInstrumentationUseLegacyPass()
410 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
418 std::string ProfileFileName; member in __anoncdc89db00111::PGOInstrumentationUseLegacyPass
1439 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
1446 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
1450 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions()
1458 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
1465 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions()
1549 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse()
1552 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
1569 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
1587 return annotateAllFunctions(M, ProfileFileName, "", LookupBPI, LookupBFI); in runOnModule()