Searched refs:PhiNodeSetIterator (Results 1 – 1 of 1) sorted by relevance
3206 class PhiNodeSetIterator { class3215 PhiNodeSetIterator& operator++();3216 bool operator==(const PhiNodeSetIterator &RHS) const;3217 bool operator!=(const PhiNodeSetIterator &RHS) const;3231 friend class PhiNodeSetIterator;3234 using iterator = PhiNodeSetIterator;3320 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon5386100c0c11::PhiNodeSetIterator3323 PHINode * PhiNodeSetIterator::operator*() const { in operator *()3329 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()3337 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()[all …]