Home
last modified time | relevance | path

Searched refs:PGOTestProfileFile (Results 1 – 1 of 1) 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()