Home
last modified time | relevance | path

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/
DSampleProfile.h29 : 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/
DPGOInstrumentation.h67 std::string ProfileRemappingFileName; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1520 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/
DSampleProfile.cpp1972 ProfileRemappingFileName.empty() ? SampleProfileRemappingFile in run()
1973 : ProfileRemappingFileName, in run()