Lines Matching defs:TBB
84 MachineBasicBlock *&TBB,
125 // TBB is used to indicate the unconditional destination.
126 TBB = UncondBranch.second;
139 TBB = nullptr;
206 TBB = UncondBranch.second;
210 // Otherwise preserve TBB, FBB and Cond as requested
212 TBB = CondBranchTarget;
221 TBB = CondBranchTarget;
232 assert(TBB);
239 if (OldBranchCode == BranchCode && TBB == NewTBB)
250 MachineBasicBlock *&TBB,
254 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, AllowModify);
281 MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB,
284 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
292 BuildMI(&MBB, DL, get(M68k::BRA8)).addMBB(TBB);
303 BuildMI(&MBB, DL, get(Opc)).addMBB(TBB);