Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:TIB

1556   MachineBasicBlock::iterator TIB = TBB->begin();
1560 while (TIB != TIE && FIB != FIE) {
1562 if (TIB->isDebugValue()) {
1563 while (TIB != TIE && TIB->isDebugValue())
1564 ++TIB;
1565 if (TIB == TIE)
1574 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
1577 if (TII->isPredicated(TIB))
1582 for (unsigned i = 0, e = TIB->getNumOperands(); i != e; ++i) {
1583 MachineOperand &MO = TIB->getOperand(i);
1624 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore))
1628 for (unsigned i = 0, e = TIB->getNumOperands(); i != e; ++i) {
1629 MachineOperand &MO = TIB->getOperand(i);
1640 for (unsigned i = 0, e = TIB->getNumOperands(); i != e; ++i) {
1641 MachineOperand &MO = TIB->getOperand(i);
1653 ++TIB;
1660 MBB->splice(Loc, TBB, TBB->begin(), TIB);