Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp280 addPass(createSystemZPostRewritePass(getSystemZTargetMachine())); in addPostRewrite()
287 addPass(createSystemZPostRewritePass(getSystemZTargetMachine())); in addPostRegAlloc()
H A DSystemZ.h198 FunctionPass *createSystemZPostRewritePass(SystemZTargetMachine &TM);
H A DSystemZPostRewrite.cpp69 FunctionPass *llvm::createSystemZPostRewritePass(SystemZTargetMachine &TM) { in createSystemZPostRewritePass() function in llvm