Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp163 PGOTestProfileFile("pgo-test-profile-file", cl::init(""), cl::Hidden, variable
2255 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUse()
2256 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()