Home | History | Annotate | Download | only in Mips

Lines Matching refs:TBB

87                                   MachineBasicBlock *&TBB,
92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
98 MipsInstrInfo::BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
112 MIB.addMBB(TBB);
116 MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB,
119 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
131 BuildCondBr(MBB, TBB, DL, Cond);
139 BuildMI(&MBB, DL, get(UncondBrOpc)).addMBB(TBB);
141 BuildCondBr(MBB, TBB, DL, Cond);
178 MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB,
190 // Leave TBB/FBB null.
191 TBB = FBB = nullptr;
220 TBB = LastInst->getOperand(0).getMBB();
225 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
243 TBB = SecondLastInst->getOperand(0).getMBB();
254 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);