Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp88 PGOTestProfileFile("pgo-test-profile-file", cl::init(""), cl::Hidden, variable
121 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUse()
122 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()