Searched refs:DominatorTreeNodeList (Results 1 – 3 of 3) sorted by relevance
103 using DominatorTreeNodeList = std::vector<DominatorTreeNode*>; variable104 using roots_iterator = DominatorTreeNodeList::iterator;105 using roots_const_iterator = DominatorTreeNodeList::const_iterator;153 const DominatorTreeNodeList& Roots() const { return roots_; } in Roots()