Lines Matching refs:PhiNodeSetIterator
3206 class PhiNodeSetIterator { class
3213 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
3215 PhiNodeSetIterator& operator++();
3216 bool operator==(const PhiNodeSetIterator &RHS) const;
3217 bool operator!=(const PhiNodeSetIterator &RHS) const;
3231 friend class PhiNodeSetIterator;
3234 using iterator = PhiNodeSetIterator;
3286 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3290 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3320 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon5386100c0c11::PhiNodeSetIterator
3323 PHINode * PhiNodeSetIterator::operator*() const { in operator *()
3329 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()
3337 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
3341 bool PhiNodeSetIterator::operator!=(const PhiNodeSetIterator &RHS) const { in operator !=()