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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  546   assert(I.isValid() && E.isValid() && std::distance(I, E) > 0 &&
  546   assert(I.isValid() && E.isValid() && std::distance(I, E) > 0 &&
  548   while (I != E) {
  550       LastFlushPoint = E;
  552       SavedInsertPt = E;
  554       EmitStartPt = E.isValid() ? &*E : nullptr;
  554       EmitStartPt = E.isValid() ? &*E : nullptr;
  556       LastLocalValue = E.isValid() ? &*E : nullptr;
  556       LastLocalValue = E.isValid() ? &*E : nullptr;