Lines Matching refs:PhiNodeSetIterator
3551 class PhiNodeSetIterator { class
3558 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3560 PhiNodeSetIterator &operator++();
3561 bool operator==(const PhiNodeSetIterator &RHS) const;
3562 bool operator!=(const PhiNodeSetIterator &RHS) const;
3576 friend class PhiNodeSetIterator;
3579 using iterator = PhiNodeSetIterator;
3631 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3635 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3661 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon132ce9ad0d11::PhiNodeSetIterator
3664 PHINode *PhiNodeSetIterator::operator*() const { in operator *()
3670 PhiNodeSetIterator &PhiNodeSetIterator::operator++() { in operator ++()
3678 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
3682 bool PhiNodeSetIterator::operator!=(const PhiNodeSetIterator &RHS) const { in operator !=()