Searched refs:PhiNodeSetIterator (Results 1 – 1 of 1) sorted by relevance
3457 class PhiNodeSetIterator { class3466 PhiNodeSetIterator &operator++();3467 bool operator==(const PhiNodeSetIterator &RHS) const;3468 bool operator!=(const PhiNodeSetIterator &RHS) const;3482 friend class PhiNodeSetIterator;3485 using iterator = PhiNodeSetIterator;3567 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon01de4a8e0c11::PhiNodeSetIterator3570 PHINode *PhiNodeSetIterator::operator*() const { in operator *()3576 PhiNodeSetIterator &PhiNodeSetIterator::operator++() { in operator ++()3584 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()[all …]