Lines Matching defs:TBB
265 MachineBasicBlock *&TBB,
298 TBB = I->getOperand(0).getMBB();
310 TBB = nullptr;
317 // TBB is used to indicate the unconditinal destination.
318 TBB = I->getOperand(0).getMBB();
368 FBB = TBB;
369 TBB = I->getOperand(0).getMBB();
377 assert(TBB);
381 if (TBB != I->getOperand(0).getMBB()) {
398 MachineBasicBlock *TBB,
406 assert(TBB && "insertBranch must not be told to insert a fallthrough");
412 auto &MI = *BuildMI(&MBB, DL, get(AVR::RJMPk)).addMBB(TBB);
421 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB);