Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h31 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName()
38 std::string ProfileRemappingFileName; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h67 std::string ProfileRemappingFileName; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2061 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
2070 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
2256 ProfileRemappingFileName(std::move(RemappingFilename)), IsCS(IsCS) { in PGOInstrumentationUse()
2260 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse()
2279 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2348 ProfileRemappingFileName.empty() ? SampleProfileRemappingFile in run()
2349 : ProfileRemappingFileName, in run()