Searched defs:MipsLongBranch (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp1 //===-- MipsLongBranch.cpp - Emit long branches ---------------------------===//
62 class MipsLongBranch : public MachineFunctionPass { class in namespace:__anon8951
66 MipsLongBranch(TargetMachine &tm) function in class:__anon8951::MipsLongBranch
96 char MipsLongBranch::ID = 0;
102 return new MipsLongBranch(tm);
130 void MipsLongBranch::splitMBB(MachineBasicBlock *MBB) {
165 void MipsLongBranch::initMBBInfo() {
196 int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) {
218 void MipsLongBranch::replaceBranch(MachineBasicBlock &MBB, Iter Br,
242 void MipsLongBranch
[all...]

Completed in 36 milliseconds