Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FIB

1605   MachineBasicBlock::iterator FIB = FBB->begin();
1608 while (TIB != TIE && FIB != FIE) {
1616 if (FIB->isDebugValue()) {
1617 while (FIB != FIE && FIB->isDebugValue())
1618 ++FIB;
1619 if (FIB == FIE)
1622 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
1712 ++FIB;
1719 FBB->erase(FBB->begin(), FIB);