Lines Matching defs:TBB
262 MachineBasicBlock *&TBB,
295 TBB = I->getOperand(0).getMBB();
307 TBB = nullptr;
314 // TBB is used to indicate the unconditinal destination.
315 TBB = I->getOperand(0).getMBB();
365 FBB = TBB;
366 TBB = I->getOperand(0).getMBB();
374 assert(TBB);
378 if (TBB != I->getOperand(0).getMBB()) {
395 MachineBasicBlock *TBB,
403 assert(TBB && "insertBranch must not be told to insert a fallthrough");
409 auto &MI = *BuildMI(&MBB, DL, get(AVR::RJMPk)).addMBB(TBB);
418 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB);