Lines Matching refs:PhiNodeSetIterator
3457 class PhiNodeSetIterator { class
3464 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3466 PhiNodeSetIterator &operator++();
3467 bool operator==(const PhiNodeSetIterator &RHS) const;
3468 bool operator!=(const PhiNodeSetIterator &RHS) const;
3482 friend class PhiNodeSetIterator;
3485 using iterator = PhiNodeSetIterator;
3537 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3541 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3567 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon01de4a8e0c11::PhiNodeSetIterator
3570 PHINode *PhiNodeSetIterator::operator*() const { in operator *()
3576 PhiNodeSetIterator &PhiNodeSetIterator::operator++() { in operator ++()
3584 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
3588 bool PhiNodeSetIterator::operator!=(const PhiNodeSetIterator &RHS) const { in operator !=()