Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FIB

1792   MachineBasicBlock::iterator FIB = FBB->begin();
1795 while (TIB != TIE && FIB != FIE) {
1803 if (FIB->isDebugValue()) {
1804 while (FIB != FIE && FIB->isDebugValue())
1805 ++FIB;
1806 if (FIB == FIE)
1809 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead))
1899 ++FIB;
1906 FBB->erase(FBB->begin(), FIB);