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

References

include/llvm/Support/GenericDomTreeConstruction.h
  563     auto *Parent = DT.Parent;
  564     DT.reset();
  565     DT.Parent = Parent;
  571     DT.Roots = FindRoots(DT, nullptr);
  571     DT.Roots = FindRoots(DT, nullptr);
  572     SNCA.doFullDFSWalk(DT, AlwaysDescend);
  574     SNCA.runSemiNCA(DT);
  581     if (DT.Roots.empty()) return;
  586     NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
  588     DT.RootNode = (DT.DomTreeNodes[Root] =
  588     DT.RootNode = (DT.DomTreeNodes[Root] =
  591     SNCA.attachNewSubtree(DT, DT.RootNode);
  591     SNCA.attachNewSubtree(DT, DT.RootNode);