Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp765 MachineBasicBlock::instr_iterator Iit = I->getIterator(); in handleSlot() local
766 if (std::next(Iit) == FI->end() || in handleSlot()
767 std::next(Iit)->getOpcode() != Mips::NOP) { in handleSlot()