Home
last modified time | relevance | path

Searched refs:ProfileRemappingFileName (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()
37 std::string ProfileRemappingFileName; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h67 std::string ProfileRemappingFileName; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1796 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
1805 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
1971 ProfileRemappingFileName(std::move(RemappingFilename)), IsCS(IsCS) { in PGOInstrumentationUse()
1975 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse()
1994 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1991 ProfileRemappingFileName.empty() ? SampleProfileRemappingFile in run()
1992 : ProfileRemappingFileName, in run()