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

References

lib/Target/Hexagon/HexagonCommonGEP.cpp
  329   for (auto *DTN : children<DomTreeNode*>(DT->getNode(Root)))
  800   BasicBlock *DomB = nearest_common_dominator(DT, Bs);
  805   if (IdxI && !DT->dominates(IdxI->getParent(), DomB))
  810     DomTreeNode *N = (*DT)[DomB]->getIDom();
  844   return DT->properlyDominates(DefB, HdrB);
  860   if (LB && DT->dominates(B, LB))
  890   BasicBlock *TopB = nearest_common_dominatee(DT, Bs);
  906       BasicBlock *NewLoc = preheader(DT, Lp);
  907       if (!NewLoc || !DT->dominates(TopB, NewLoc))
 1250     for (auto DTN : children<DomTreeNode*>(DT->getNode(B)))
 1282   DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();