Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h31 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName()
38 std::string ProfileRemappingFileName; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h67 std::string ProfileRemappingFileName; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1736 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
1745 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
1923 ProfileRemappingFileName(std::move(RemappingFilename)), IsCS(IsCS) { in PGOInstrumentationUse()
1927 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse()
1946 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2165 ProfileRemappingFileName.empty() ? SampleProfileRemappingFile in run()
2166 : ProfileRemappingFileName, in run()