Searched refs:SystemZLongBranch (Results 1 – 2 of 2) sorted by relevance
131 class SystemZLongBranch : public MachineFunctionPass { class134 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() function in __anonfdf3fbd30111::SystemZLongBranch163 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()[all …]
24 SystemZLongBranch.cpp