Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp92 addPass(createSystemZElimComparePass(getSystemZTargetMachine())); in addPreEmitPass()
DSystemZ.h111 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
DSystemZElimCompare.cpp95 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass() function in llvm