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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h48 enum CSPGOKind { NoCSPGO, CSInstrGen, CSInstrUse }; enumerator in enum:llvm::opt_tool::CSPGOKind
H A DNewPMDriver.cpp243 if (CSPGOKindFlag == CSInstrGen) {
245 errs() << "CSInstrGen needs to specify CSProfileGenFile";
H A Dopt.cpp306 CSInstrGen, "cspgo-instr-gen-pipeline",
427 case CSInstrGen:

Completed in 63 milliseconds