Searched refs:Iit (Results 1 – 1 of 1) sorted by relevance
765 MachineBasicBlock::instr_iterator Iit = I->getIterator(); in handleSlot() local766 if (std::next(Iit) == FI->end() || in handleSlot()767 std::next(Iit)->getOpcode() != Mips::NOP) { in handleSlot()