Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp864 StringRef PrintMachineInstrsPassName = PrintMachineInstrs.getValue(); in addMachinePasses() local
865 if (!PrintMachineInstrsPassName.equals("") && in addMachinePasses()
866 !PrintMachineInstrsPassName.equals("option-unspecified")) { in addMachinePasses()
867 if (const PassInfo *TPI = getPassInfo(PrintMachineInstrsPassName)) { in addMachinePasses()