Searched refs:ProfileRemappingFileName (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | SampleProfile.h | 29 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() 36 std::string ProfileRemappingFileName; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 67 std::string ProfileRemappingFileName; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1520 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument 1528 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions() 1643 ProfileRemappingFileName(std::move(RemappingFilename)), IsCS(IsCS) { in PGOInstrumentationUse() 1647 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse() 1664 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1972 ProfileRemappingFileName.empty() ? SampleProfileRemappingFile in run() 1973 : ProfileRemappingFileName, in run()
|