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

References

include/llvm/ADT/DirectedGraph.h
  217     assert(EL.empty() && "Expected the list of edges to be empty.");
  223       EL.insert(EL.end(), TempList.begin(), TempList.end());
  223       EL.insert(EL.end(), TempList.begin(), TempList.end());
  226     return !EL.empty();