Lines Matching defs:TBB
109 MachineBasicBlock *&TBB,
114 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
119 void MipsInstrInfo::BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
131 MIB.addMBB(TBB);
135 MachineBasicBlock *TBB,
141 assert(TBB && "insertBranch must not be told to insert a fallthrough");
154 BuildCondBr(MBB, TBB, DL, Cond);
162 BuildMI(&MBB, DL, get(UncondBrOpc)).addMBB(TBB);
164 BuildCondBr(MBB, TBB, DL, Cond);
205 MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB,
216 // Leave TBB/FBB null.
217 TBB = FBB = nullptr;
252 TBB = LastInst->getOperand(0).getMBB();
257 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
275 TBB = SecondLastInst->getOperand(0).getMBB();
286 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);