Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp156 PGOTestProfileFile("pgo-test-profile-file", cl::init(""), cl::Hidden, variable
428 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUseLegacyPass()
429 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass()
1972 if (!PGOTestProfileFile.empty()) in PGOInstrumentationUse()
1973 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()