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

References

include/llvm/Support/GenericDomTreeConstruction.h
  396     SNCA.addVirtualRoot();
  415         Num = SNCA.runDFS(N, Num, AlwaysDescend, 1);
  419                           << BlockNamePrinter(SNCA.NumToNode[Num]) << "\n");
  442         if (SNCA.NodeToInfo.count(I) == 0) {
  457           const unsigned NewNum = SNCA.runDFS<true>(I, Num, AlwaysDescend, Num);
  458           const NodePtr FurthestAway = SNCA.NumToNode[NewNum];
  467             const NodePtr N = SNCA.NumToNode[i];
  470             SNCA.NodeToInfo.erase(N);
  471             SNCA.NumToNode.pop_back();
  475           Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1);
  478                               << BlockNamePrinter(SNCA.NumToNode[i]) << "\n");
  486                << i << ": " << BlockNamePrinter(SNCA.NumToNode[i]) << "\n");