Lines Matching defs:TBB
160 MachineBasicBlock *&TBB,
190 TBB = I->getOperand(0).getMBB();
201 TBB = nullptr;
207 // TBB is used to indicate the unconditinal destination.
208 TBB = I->getOperand(0).getMBB();
221 FBB = TBB;
222 TBB = I->getOperand(0).getMBB();
230 assert(TBB);
234 if (TBB != I->getOperand(0).getMBB())
249 MachineBasicBlock *TBB,
255 assert(TBB && "insertBranch must not be told to insert a fallthrough");
263 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB);
269 BuildMI(&MBB, DL, get(MSP430::JCC)).addMBB(TBB).addImm(Cond[0].getImm());