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 MachineBasicBlock *TBB, DebugLoc DL,
113 MIB.addMBB(TBB);
117 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
122 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
134 BuildCondBr(MBB, TBB, DL, Cond);
142 BuildMI(&MBB, DL, get(UncondBrOpc)).addMBB(TBB);
144 BuildCondBr(MBB, TBB, DL, Cond);
184 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
197 // Leave TBB/FBB null.
198 TBB = FBB = nullptr;
227 TBB = LastInst->getOperand(0).getMBB();
232 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
250 TBB = SecondLastInst->getOperand(0).getMBB();
261 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);