reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsBranchExpansion.cpp
  740     for (Iter I = FI->begin(); I != FI->end(); ++I) {
  740     for (Iter I = FI->begin(); I != FI->end(); ++I) {
  743       if (!TII->HasForbiddenSlot(*I))
  748           std::next(I) == FI->end() && std::next(FI) == MFp->end();
  750         std::pair<Iter, bool> Res = getNextMachineInstr(std::next(I), &*FI);
  757         MachineBasicBlock::instr_iterator Iit = I->getIterator();
  761           MIBundleBuilder(&*I).append(
  762               BuildMI(*MFp, I->getDebugLoc(), TII->get(Mips::NOP)));