Searched refs:TIB (Results 1 – 2 of 2) sorted by relevance
1742 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local1746 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()1748 if (TIB->isDebugValue()) { in HoistCommonCodeInSuccs()1749 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()1750 ++TIB; in HoistCommonCodeInSuccs()1751 if (TIB == TIE) in HoistCommonCodeInSuccs()1760 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()1763 if (TII->isPredicated(TIB)) in HoistCommonCodeInSuccs()1768 for (unsigned i = 0, e = TIB->getNumOperands(); i != e; ++i) { in HoistCommonCodeInSuccs()1769 MachineOperand &MO = TIB->getOperand(i); in HoistCommonCodeInSuccs()[all …]
566 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidDiamond() local570 while (TIB != TIE && FIB != FIE) { in ValidDiamond()572 if (TIB->isDebugValue()) { in ValidDiamond()573 while (TIB != TIE && TIB->isDebugValue()) in ValidDiamond()574 ++TIB; in ValidDiamond()575 if (TIB == TIE) in ValidDiamond()584 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()587 ++TIB; in ValidDiamond()593 while (TIE != TIB) { in ValidDiamond()606 if (TIB == TIE || FIB == FIE) in ValidDiamond()[all …]