Home
last modified time | relevance | path

Searched refs:ProfileFileName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h30 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() function
36 std::string ProfileFileName;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp427 : ModulePass(ID), ProfileFileName(std::move(Filename)), IsCS(IsCS) { in PGOInstrumentationUseLegacyPass()
429 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
437 std::string ProfileFileName; member in __anon333165960111::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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h66 std::string ProfileFileName;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1990 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()