Home
last modified time | relevance | path

Searched refs:PGOTestProfileFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp97 PGOTestProfileFile("pgo-test-profile-file", cl::init(""), cl::Hidden, variable
154 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUseLegacyPass()
155 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
919 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUse()
920 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp140 PGOTestProfileFile("pgo-test-profile-file", cl::init(""), cl::Hidden, variable
404 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUseLegacyPass()
405 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
1534 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUse()
1535 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()