Home
last modified time | relevance | path

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

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