Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h177 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
DSystemZTargetMachine.cpp177 addPass(createSystemZElimComparePass(getSystemZTargetMachine()), false); in addPreEmitPass()
DSystemZElimCompare.cpp91 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass() function in llvm