Home
last modified time | relevance | path

Searched refs:SystemZLongBranch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp134 class SystemZLongBranch : public MachineFunctionPass { class
138 SystemZLongBranch() : MachineFunctionPass(ID) { in SystemZLongBranch() function in __anona4a2e8f10111::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()
[all …]