Searched refs:PhiNodeSetIterator (Results 1 – 1 of 1) sorted by relevance
3225 class PhiNodeSetIterator { class3234 PhiNodeSetIterator& operator++();3235 bool operator==(const PhiNodeSetIterator &RHS) const;3236 bool operator!=(const PhiNodeSetIterator &RHS) const;3250 friend class PhiNodeSetIterator;3253 using iterator = PhiNodeSetIterator;3339 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon78e22a880c11::PhiNodeSetIterator3342 PHINode * PhiNodeSetIterator::operator*() const { in operator *()3348 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()3356 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()[all …]