Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h54 enum CSPGOKind { NoCSPGO, CSInstrGen, CSInstrUse }; enumerator
H A Dopt.cpp336 CSInstrGen, "cspgo-instr-gen-pipeline",
407 case CSInstrGen: in AddOptimizationPasses()
H A DNewPMDriver.cpp275 if (CSPGOKindFlag == CSInstrGen) { in runPassPipeline()