Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass() function in llvm
DSystemZ.h180 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
DSystemZTargetMachine.cpp135 addPass(createSystemZLDCleanupPass(getSystemZTargetMachine())); in addInstSelector()