Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp156 PGOTestProfileFile("pgo-test-profile-file", cl::init(""), cl::Hidden, variable
1924 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUse()
1925 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()