Lines Matching refs:SystemZLongBranch
134 class SystemZLongBranch : public MachineFunctionPass { class
138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() function in __anon42215d160111::SystemZLongBranch
170 char SystemZLongBranch::ID = 0;
180 void SystemZLongBranch::skipNonTerminators(BlockPosition &Position, in skipNonTerminators()
204 void SystemZLongBranch::skipTerminator(BlockPosition &Position, in skipTerminator()
214 TerminatorInfo SystemZLongBranch::describeTerminator(MachineInstr &MI) { in describeTerminator()
269 uint64_t SystemZLongBranch::initMBBInfo() { in initMBBInfo()
313 bool SystemZLongBranch::mustRelaxBranch(const TerminatorInfo &Terminator, in mustRelaxBranch()
332 bool SystemZLongBranch::mustRelaxABranch() { in mustRelaxABranch()
341 void SystemZLongBranch::setWorstCaseAddresses() { in setWorstCaseAddresses()
355 void SystemZLongBranch::splitBranchOnCount(MachineInstr *MI, in splitBranchOnCount()
374 void SystemZLongBranch::splitCompareBranch(MachineInstr *MI, in splitCompareBranch()
391 void SystemZLongBranch::relaxBranch(TerminatorInfo &Terminator) { in relaxBranch()
442 void SystemZLongBranch::relaxBranches() { in relaxBranches()
458 bool SystemZLongBranch::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
471 return new SystemZLongBranch(TM); in createSystemZLongBranchPass()