Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass() function in llvm
H A DSystemZ.h197 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp205 addPass(createSystemZLDCleanupPass(getSystemZTargetMachine())); in addInstSelector()