Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp74 static cl::opt<bool> DisableMachineDCE("disable-machine-dce", cl::Hidden, variable
285 return applyDisable(TargetID, DisableMachineDCE); in overridePass()
553 DISABLE_PASS(DisableMachineDCE, DeadMachineInstructionElimPass) in registerCodeGenCallback()