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

References

tools/clang/include/clang/Analysis/Analyses/Dominators.h
   56   DominatorTreeBase &getBase() { return DT; }
   62     return DT.getRoot();
   67     return DT.getRootNode();
   80     if (DT.compare(Other.getBase()))
   90     DT.recalculate(*cfg);
  104       DomTreeNode *IDom = DT.getNode(*I)->getIDom();
  137     return DT.dominates(A, B);
  144     return DT.properlyDominates(A, B);
  150     return DT.findNearestCommonDominator(A, B);
  155     return DT.findNearestCommonDominator(A, B);
  161     DT.changeImmediateDominator(N, NewIDom);
  166     return DT.isReachableFromEntry(A);
  171     DT.releaseMemory();
  176     DT.print(OS);