Lines Matching defs:TBB
168 /// just return false, leaving TBB/FBB null.
169 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
172 /// an successor block, it sets TBB to be the branch destination block and a
177 /// block, it returns the 'true' destination in TBB, the 'false' destination
186 MachineBasicBlock *&TBB,
204 TBB = LastInst->getOperand(0).getMBB();
215 TBB = LastInst->getOperand(1).getMBB();
236 TBB = SecondLastInst->getOperand(1).getMBB();
248 TBB = SecondLastInst->getOperand(0).getMBB();
268 MachineBasicBlock *TBB,
274 assert(TBB && "insertBranch must not be told to insert a fallthrough");
282 BuildMI(&MBB, DL, get(XCore::BRFU_lu6)).addMBB(TBB);
287 .addMBB(TBB);
296 .addMBB(TBB);