Home
last modified time | relevance | path

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

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