Lines Matching refs:TIB
1791 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
1795 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1797 if (TIB->isDebugValue()) { in HoistCommonCodeInSuccs()
1798 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()
1799 ++TIB; in HoistCommonCodeInSuccs()
1800 if (TIB == TIE) in HoistCommonCodeInSuccs()
1809 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
1812 if (TII->isPredicated(*TIB)) in HoistCommonCodeInSuccs()
1817 for (MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
1868 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
1872 for (const MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
1887 for (const MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
1898 ++TIB; in HoistCommonCodeInSuccs()
1905 MBB->splice(Loc, TBB, TBB->begin(), TIB); in HoistCommonCodeInSuccs()