Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3202 class PhiNodeSetIterator { class
3209 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
3211 PhiNodeSetIterator& operator++();
3212 bool operator==(const PhiNodeSetIterator &RHS) const;
3213 bool operator!=(const PhiNodeSetIterator &RHS) const;
3227 friend class PhiNodeSetIterator;
3230 using iterator = PhiNodeSetIterator;
3282 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3286 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3316 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon7f6d13e30c11::PhiNodeSetIterator
[all …]