Home | History | Annotate | Download | only in Mips

Lines Matching refs:MachineBasicBlock

48 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
54 MachineMemOperand *MipsInstrInfo::GetMemOperand(MachineBasicBlock &MBB, int FI,
78 MachineBasicBlock *&BB,
92 bool MipsInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
93 MachineBasicBlock *&TBB,
94 MachineBasicBlock *&FBB,
103 void MipsInstrInfo::BuildCondBr(MachineBasicBlock &MBB,
104 MachineBasicBlock *TBB, DebugLoc DL,
123 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
124 MachineBasicBlock *FBB,
155 RemoveBranch(MachineBasicBlock &MBB) const
157 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend();
158 MachineBasicBlock::reverse_iterator FirstBr;
190 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
191 MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond,
195 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend();