Home | History | Annotate | Download | only in Analysis

Lines Matching defs:NodeList

202     typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {