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

References

utils/TableGen/DAGISelMatcher.cpp
   54   for (;; Other = Other->getNext()) {
   54   for (;; Other = Other->getNext()) {
   55     assert(Other && "Other didn't come before 'this'?");
   56     if (this == Other) return true;
   59     if (!canMoveBeforeNode(Other))