Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass() function in llvm
H A DSystemZ.h196 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp265 addPass(createSystemZLDCleanupPass(getSystemZTargetMachine())); in addInstSelector()