Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3888 class PhiNodeSetIterator { class
3895 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3897 PhiNodeSetIterator &operator++();
3898 bool operator==(const PhiNodeSetIterator &RHS) const;
3899 bool operator!=(const PhiNodeSetIterator &RHS) const;
3913 friend class PhiNodeSetIterator;
3916 using iterator = PhiNodeSetIterator;
3968 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3972 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3998 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon1d600f580f11::PhiNodeSetIterator
[all …]