Lines Matching refs:ProfileFileName
427 : ModulePass(ID), ProfileFileName(std::move(Filename)), IsCS(IsCS) { in PGOInstrumentationUseLegacyPass()
429 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
437 std::string ProfileFileName; member in __anona0b2eb9f0111::PGOInstrumentationUseLegacyPass
1796 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
1805 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
1809 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions()
1817 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
1827 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions()
1970 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse()
1973 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
1994 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
2016 return annotateAllFunctions(M, ProfileFileName, "", LookupTLI, LookupBPI, in runOnModule()