Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3551 class PhiNodeSetIterator { class
3558 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3560 PhiNodeSetIterator &operator++();
3561 bool operator==(const PhiNodeSetIterator &RHS) const;
3562 bool operator!=(const PhiNodeSetIterator &RHS) const;
3576 friend class PhiNodeSetIterator;
3579 using iterator = PhiNodeSetIterator;
3631 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3635 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3661 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon132ce9ad0d11::PhiNodeSetIterator
[all …]