Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp160 static cl::opt<std::string> PGOTestProfileRemappingFile( variable
1926 if (!PGOTestProfileRemappingFile.empty()) in PGOInstrumentationUse()
1927 ProfileRemappingFileName = PGOTestProfileRemappingFile; in PGOInstrumentationUse()