Home | History | Annotate | Download | only in Analysis

Lines Matching refs:dt

36                            typename Tr::RegionInfoT *RInfo, DomTreeT *dt,
38 : RegionNodeBase<Tr>(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {}
106 if (!DT->getNode(BB))
115 return (DT->dominates(entry, BB) &&
116 !(DT->dominates(exit, BB) && DT->dominates(entry, exit)));
171 if (DT->getNode(Pred) && !contains(Pred)) {
456 return new RegionT(getEntry(), *BlockTraits::child_begin(exit), RI, DT);
470 return new RegionT(getEntry(), R->getExit(), RI, DT);
564 if (DT->dominates(entry, P) && !DT->dominates(exit, P))
580 if (!DT->dominates(entry, exit)) {
607 if (DT->properlyDominates(entry, *SI) && *SI != exit)
666 new RegionT(entry, exit, static_cast<RegionInfoT *>(this), DT);
710 if (!DT->dominates(entry, exit))
724 DomTreeNodeT *N = DT->getNode(entry);
862 if (DT->dominates(Exit, BB))
920 buildRegionsTree(DT->getNode(BB), TopLevelRegion);