Lines Matching refs:SystemZLongBranch
131 class SystemZLongBranch : public MachineFunctionPass { class
134 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() function in __anonfdf3fbd30111::SystemZLongBranch
163 char SystemZLongBranch::ID = 0;
170 return new SystemZLongBranch(TM); in createSystemZLongBranchPass()
176 void SystemZLongBranch::skipNonTerminators(BlockPosition &Position, in skipNonTerminators()
200 void SystemZLongBranch::skipTerminator(BlockPosition &Position, in skipTerminator()
210 TerminatorInfo SystemZLongBranch::describeTerminator(MachineInstr *MI) { in describeTerminator()
261 uint64_t SystemZLongBranch::initMBBInfo() { in initMBBInfo()
305 bool SystemZLongBranch::mustRelaxBranch(const TerminatorInfo &Terminator, in mustRelaxBranch()
324 bool SystemZLongBranch::mustRelaxABranch() { in mustRelaxABranch()
333 void SystemZLongBranch::setWorstCaseAddresses() { in setWorstCaseAddresses()
347 void SystemZLongBranch::splitBranchOnCount(MachineInstr *MI, in splitBranchOnCount()
366 void SystemZLongBranch::splitCompareBranch(MachineInstr *MI, in splitCompareBranch()
383 void SystemZLongBranch::relaxBranch(TerminatorInfo &Terminator) { in relaxBranch()
434 void SystemZLongBranch::relaxBranches() { in relaxBranches()
450 bool SystemZLongBranch::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()