Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp236 addPass(createSystemZLDCleanupPass(getSystemZTargetMachine())); in addInstSelector()