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

References

include/llvm/Analysis/LazyCallGraph.h
  970   SCC *lookupSCC(Node &N) const { return SCCMap.lookup(&N); }
lib/Analysis/LazyCallGraph.cpp
  209       SCCMap(std::move(G.SCCMap)),
  219   SCCMap = std::move(G.SCCMap);
  219   SCCMap = std::move(G.SCCMap);
  659       G->SCCMap[N] = &TargetSCC;
  746     G->SCCMap.erase(N);
  759   G->SCCMap[&TargetN] = &OldSCC;
  791           assert(!G->SCCMap.count(&ChildN) &&
  815               G->SCCMap[&N] = &OldSCC;
  865         G->SCCMap[&N] = NewSCCs.back();
 1069         G->SCCMap[&N] = &InnerC;
 1477   assert(SCCMap.empty() &&
 1484   assert(SCCMap.empty() &&
 1514   if (SCCMap.empty()) {
 1523   auto CI = SCCMap.find(&N);
 1524   assert(CI != SCCMap.end() &&
 1527   SCCMap.erase(CI);
 1691           SCCMap[&N] = RC.SCCs.back();