Lines Matching refs:PhiNodeSetIterator
3225 class PhiNodeSetIterator { class
3232 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
3234 PhiNodeSetIterator& operator++();
3235 bool operator==(const PhiNodeSetIterator &RHS) const;
3236 bool operator!=(const PhiNodeSetIterator &RHS) const;
3250 friend class PhiNodeSetIterator;
3253 using iterator = PhiNodeSetIterator;
3305 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3309 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3339 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon78e22a880c11::PhiNodeSetIterator
3342 PHINode * PhiNodeSetIterator::operator*() const { in operator *()
3348 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()
3356 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
3360 bool PhiNodeSetIterator::operator!=(const PhiNodeSetIterator &RHS) const { in operator !=()