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

References

lib/CodeGen/RegisterCoalescer.cpp
 2878     assert(LastMI && "Range must end at a proper instruction");
 2887       if (&*MI == LastMI) {
 2890         LastMI = Indexes->getInstructionFromIndex(TaintExtent[TaintNum].first);
 2891         assert(LastMI && "Range must end at a proper instruction");