Lines Matching refs:SystemZLongBranch
134 class SystemZLongBranch : public MachineFunctionPass { class
138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() function in __anon07785aa50111::SystemZLongBranch
170 char SystemZLongBranch::ID = 0;
180 void SystemZLongBranch::skipNonTerminators(BlockPosition &Position, in skipNonTerminators()
203 void SystemZLongBranch::skipTerminator(BlockPosition &Position, in skipTerminator()
213 TerminatorInfo SystemZLongBranch::describeTerminator(MachineInstr &MI) { in describeTerminator()
268 uint64_t SystemZLongBranch::initMBBInfo() { in initMBBInfo()
312 bool SystemZLongBranch::mustRelaxBranch(const TerminatorInfo &Terminator, in mustRelaxBranch()
331 bool SystemZLongBranch::mustRelaxABranch() { in mustRelaxABranch()
340 void SystemZLongBranch::setWorstCaseAddresses() { in setWorstCaseAddresses()
354 void SystemZLongBranch::splitBranchOnCount(MachineInstr *MI, in splitBranchOnCount()
373 void SystemZLongBranch::splitCompareBranch(MachineInstr *MI, in splitCompareBranch()
390 void SystemZLongBranch::relaxBranch(TerminatorInfo &Terminator) { in relaxBranch()
441 void SystemZLongBranch::relaxBranches() { in relaxBranches()
457 bool SystemZLongBranch::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
470 return new SystemZLongBranch(TM); in createSystemZLongBranchPass()