Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZ.h193 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp326 addPass(createSystemZElimComparePass(getSystemZTargetMachine())); in addPreEmitPass()
H A DSystemZElimCompare.cpp748 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass() function in llvm