Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1760 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
1764 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1766 if (TIB->isDebugValue()) { in HoistCommonCodeInSuccs()
1767 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()
1768 ++TIB; in HoistCommonCodeInSuccs()
1769 if (TIB == TIE) in HoistCommonCodeInSuccs()
1778 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
1781 if (TII->isPredicated(TIB)) in HoistCommonCodeInSuccs()
1786 for (MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
1837 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
[all …]
DIfConversion.cpp571 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidDiamond() local
575 while (TIB != TIE && FIB != FIE) { in ValidDiamond()
577 if (TIB->isDebugValue()) { in ValidDiamond()
578 while (TIB != TIE && TIB->isDebugValue()) in ValidDiamond()
579 ++TIB; in ValidDiamond()
580 if (TIB == TIE) in ValidDiamond()
589 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
592 ++TIB; in ValidDiamond()
598 while (TIE != TIB) { in ValidDiamond()
611 if (TIB == TIE || FIB == FIE) in ValidDiamond()
[all …]