Home
last modified time | relevance | path

Searched refs:TIB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1600 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
1604 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1606 if (TIB->isDebugValue()) { in HoistCommonCodeInSuccs()
1607 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()
1608 ++TIB; in HoistCommonCodeInSuccs()
1609 if (TIB == TIE) in HoistCommonCodeInSuccs()
1618 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
1621 if (TII->isPredicated(TIB)) in HoistCommonCodeInSuccs()
1626 for (unsigned i = 0, e = TIB->getNumOperands(); i != e; ++i) { in HoistCommonCodeInSuccs()
1627 MachineOperand &MO = TIB->getOperand(i); in HoistCommonCodeInSuccs()
[all …]
DIfConversion.cpp555 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidDiamond() local
559 while (TIB != TIE && FIB != FIE) { in ValidDiamond()
561 if (TIB->isDebugValue()) { in ValidDiamond()
562 while (TIB != TIE && TIB->isDebugValue()) in ValidDiamond()
563 ++TIB; in ValidDiamond()
564 if (TIB == TIE) in ValidDiamond()
573 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
576 ++TIB; in ValidDiamond()
582 while (TIE != TIB) { in ValidDiamond()
595 if (TIB == TIE || FIB == FIE) in ValidDiamond()
[all …]