Lines Matching refs:SystemZLongBranch
134 class SystemZLongBranch : public MachineFunctionPass { class
138 SystemZLongBranch() : MachineFunctionPass(ID) { in SystemZLongBranch() function in __anon9324c0210111::SystemZLongBranch
169 char SystemZLongBranch::ID = 0;
176 INITIALIZE_PASS(SystemZLongBranch, DEBUG_TYPE, "SystemZ Long Branch", false,
182 void SystemZLongBranch::skipNonTerminators(BlockPosition &Position, in skipNonTerminators()
205 void SystemZLongBranch::skipTerminator(BlockPosition &Position, in skipTerminator()
229 TerminatorInfo SystemZLongBranch::describeTerminator(MachineInstr &MI) { in describeTerminator()
284 uint64_t SystemZLongBranch::initMBBInfo() { in initMBBInfo()
328 bool SystemZLongBranch::mustRelaxBranch(const TerminatorInfo &Terminator, in mustRelaxBranch()
347 bool SystemZLongBranch::mustRelaxABranch() { in mustRelaxABranch()
356 void SystemZLongBranch::setWorstCaseAddresses() { in setWorstCaseAddresses()
370 void SystemZLongBranch::splitBranchOnCount(MachineInstr *MI, in splitBranchOnCount()
389 void SystemZLongBranch::splitCompareBranch(MachineInstr *MI, in splitCompareBranch()
406 void SystemZLongBranch::relaxBranch(TerminatorInfo &Terminator) { in relaxBranch()
457 void SystemZLongBranch::relaxBranches() { in relaxBranches()
473 bool SystemZLongBranch::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
486 return new SystemZLongBranch(); in createSystemZLongBranchPass()