Searched refs:PhiNodeSetIterator (Results 1 – 1 of 1) sorted by relevance
2678 class PhiNodeSetIterator { class2687 PhiNodeSetIterator& operator++();2688 bool operator==(const PhiNodeSetIterator &RHS) const;2689 bool operator!=(const PhiNodeSetIterator &RHS) const;2703 friend class PhiNodeSetIterator;2706 using iterator = PhiNodeSetIterator;2794 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon6227213d0811::PhiNodeSetIterator2797 PHINode * PhiNodeSetIterator::operator*() const { in operator *()2803 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()2811 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()[all …]