Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h195 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp302 addPass(createSystemZLongBranchPass(getSystemZTargetMachine())); in addPreEmitPass()
H A DSystemZLongBranch.cpp485 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass() function in llvm