Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FIB

1621   MachineBasicBlock::iterator FIB = FBB->begin();
1624 while (TIB != TIE && FIB != FIE) {
1632 if (FIB->isDebugValue()) {
1633 while (FIB != FIE && FIB->isDebugValue())
1634 ++FIB;
1635 if (FIB == FIE)
1638 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
1728 ++FIB;
1735 FBB->erase(FBB->begin(), FIB);