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

References

include/llvm/Analysis/LazyCallGraph.h
  565       SCCIndices.clear();
  627       return SCCs.begin() + SCCIndices.find(&C)->second;
lib/Analysis/LazyCallGraph.cpp
  319     auto IndexIt = SCCIndices.find(C);
  320     assert(IndexIt != SCCIndices.end() &&
  325   for (auto &SCCIndexPair : SCCIndices) {
  342           assert(SCCIndices.find(&TargetSCC)->second <= i &&
  558   int SourceIdx = SCCIndices[&SourceSCC];
  559   int TargetIdx = SCCIndices[&TargetSCC];
  611           if (SCCIndices.find(&EdgeC)->second <= SourceIdx)
  626       SourceSCC, TargetSCC, SCCs, SCCIndices, ComputeSourceConnectedSet,
  656     SCCIndices.erase(C);
  669     SCCIndices[C] -= IndexOffset;
  875   int OldIdx = SCCIndices[&OldSCC];
  881     SCCIndices[SCCs[Idx]] = Idx;
 1067       SCCIndices[&InnerC] = SCCIndex++;
 1084     SCCIndices[&InnerC] = SCCIndex++;
 1344     RC.SCCIndices[C] = SCCIndex;
 1352   SCCIndices.clear();
 1668   assert(RC.SCCIndices.empty() && "Already mapped SCC indices!");
 1697     RC.SCCIndices[RC.SCCs[i]] = i;