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

References

tools/llvm-diff/DifferenceEngine.cpp
  197       assert(LI != LE && RI != R->end());
  198       Instruction *LeftI = &*LI, *RightI = &*RI;
  212       ++RI;
  218     for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
  218     for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
  219       unify(&*LI, &*RI);