Searched refs:ProfileRemappingFileName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfile.h | 30 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() 37 std::string ProfileRemappingFileName; variable
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 46 std::string ProfileRemappingFileName; variable
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1439 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument 1446 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions() 1550 ProfileRemappingFileName(std::move(RemappingFilename)) { in PGOInstrumentationUse() 1554 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse() 1569 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1660 ProfileRemappingFileName.empty() ? SampleProfileRemappingFile in run() 1661 : ProfileRemappingFileName, in run()
|