Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp246 addPass(createSystemZLDCleanupPass(getSystemZTargetMachine())); in addInstSelector()