Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZ.h192 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp304 addPass(createSystemZElimComparePass(getSystemZTargetMachine()), false); in addPreEmitPass()
H A DSystemZElimCompare.cpp750 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass() function in llvm