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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp1 //===-- SystemZLongBranch.cpp - Branch lengthening for SystemZ ------------===//
131 class SystemZLongBranch : public MachineFunctionPass { class in namespace:__anon3022
134 SystemZLongBranch(const SystemZTargetMachine &tm) function in class:__anon3022::SystemZLongBranch
163 char SystemZLongBranch::ID = 0;
170 return new SystemZLongBranch(TM);
176 void SystemZLongBranch::skipNonTerminators(BlockPosition &Position,
200 void SystemZLongBranch::skipTerminator(BlockPosition &Position,
210 TerminatorInfo SystemZLongBranch::describeTerminator(MachineInstr *MI) {
261 uint64_t SystemZLongBranch::initMBBInfo() {
305 bool SystemZLongBranch
[all...]

Completed in 112 milliseconds