Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPasses.cpp84 PrintMachineInstrs("print-machineinstrs", cl::ValueOptional, variable
463 if (StringRef(PrintMachineInstrs.getValue()).equals("")) in addMachinePasses()
465 else if (!StringRef(PrintMachineInstrs.getValue()) in addMachinePasses()
468 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue()); in addMachinePasses()