Lines Matching defs:TBB
145 bool VEInstrInfo::analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
163 TBB = LastInst->getOperand(0).getMBB();
168 parseCondBranch(LastInst, TBB, Cond);
187 TBB = LastInst->getOperand(0).getMBB();
201 parseCondBranch(SecondLastInst, TBB, Cond);
209 TBB = SecondLastInst->getOperand(0).getMBB();
227 MachineBasicBlock *TBB,
231 assert(TBB && "insertBranch must not be told to insert a fallthrough");
239 .addMBB(TBB);
274 .addMBB(TBB);
280 .addMBB(TBB);