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

References

lib/CodeGen/GlobalISel/InstructionSelect.cpp
  114       const auto AfterIt = std::next(MII);
  117       MachineInstr &MI = *MII;
  120       if (MII == Begin)
  123         --MII;
  144         auto InsertedBegin = ReachedBegin ? MBB->begin() : std::next(MII);