Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp165 static cl::opt<std::string> PGOTestProfileRemappingFile( variable
2152 if (!PGOTestProfileRemappingFile.empty()) in PGOInstrumentationUse()
2153 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse()