Home
last modified time | relevance | path

Searched refs:PhiNodeSetIterator (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2678 class PhiNodeSetIterator { class
2687 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::PhiNodeSetIterator
2797 PHINode * PhiNodeSetIterator::operator*() const { in operator *()
2803 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()
2811 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
[all …]