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

References

include/llvm/Support/GenericDomTreeConstruction.h
  415         Num = SNCA.runDFS(N, Num, AlwaysDescend, 1);
  457           const unsigned NewNum = SNCA.runDFS<true>(I, Num, AlwaysDescend, Num);
  475           Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1);
  525       const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0);
  553       runDFS(DT.Roots[0], 0, DC, 0);
  559     for (const NodePtr Root : DT.Roots) Num = runDFS(Root, Num, DC, 0);
  911     SNCA.runDFS(Root, 0, UnreachableDescender, 0);
 1004     SNCA.runDFS(ToIDom, 0, DescendBelow, 0);
 1073         SNCA.runDFS(ToTN->getBlock(), 0, DescendAndCollect, 0);
 1125     SNCA.runDFS(MinNode->getBlock(), 0, DescendBelow, 0);