Home
last modified time | relevance | path

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

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