Lines Matching refs:ProfileFileName
153 : ModulePass(ID), ProfileFileName(std::move(Filename)) { in PGOInstrumentationUseLegacyPass()
155 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
165 std::string ProfileFileName; member in __anon10d6878d0111::PGOInstrumentationUseLegacyPass
851 Module &M, StringRef ProfileFileName, in annotateAllFunctions() argument
857 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName); in annotateAllFunctions()
861 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions()
869 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
876 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions()
918 : ProfileFileName(std::move(Filename)) { in PGOInstrumentationUse()
920 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
935 if (!annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI)) in run()
952 return annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI); in runOnModule()