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

References

lib/Analysis/LazyCallGraph.cpp
  328     assert(C && "Can't have a null SCC in the indices!");
  329     assert(SCCSet.count(C) && "Found an index for an SCC not in the RefSCC!");
  330     assert(SCCs[i] == C && "Index doesn't point to SCC!");