Lines Matching defs:NodeList
3870 SmallVector<PHINode *, 32> NodeList;
3873 /// NodeList defined above) is the source of truth on whether an element
3888 if (NodeMap.insert(std::make_pair(Ptr, NodeList.size())).second) {
3889 NodeList.push_back(Ptr);
3909 NodeList.clear();
3922 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); }
3933 /// If the element of NodeList at CurrentIndex is valid, it does not
3935 /// to point to the end of the NodeList.
3937 while (CurrentIndex < NodeList.size()) {
3938 auto it = NodeMap.find(NodeList[CurrentIndex]);
3952 assert(CurrentIndex < Set->NodeList.size() &&
3954 return Set->NodeList[CurrentIndex];
3958 assert(CurrentIndex < Set->NodeList.size() &&