Lines Matching refs:TIB
1760 MachineBasicBlock::iterator TIB = TBB->begin();
1764 while (TIB != TIE && FIB != FIE) {
1766 if (TIB->isDebugValue()) {
1767 while (TIB != TIE && TIB->isDebugValue())
1768 ++TIB;
1769 if (TIB == TIE)
1778 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
1781 if (TII->isPredicated(TIB))
1786 for (MachineOperand &MO : TIB->operands()) {
1837 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore))
1841 for (const MachineOperand &MO : TIB->operands()) {
1856 for (const MachineOperand &MO : TIB->operands()) {
1867 ++TIB;
1874 MBB->splice(Loc, TBB, TBB->begin(), TIB);