Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3328 class PhiNodeSetIterator { class
3335 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3337 PhiNodeSetIterator &operator++();
3338 bool operator==(const PhiNodeSetIterator &RHS) const;
3339 bool operator!=(const PhiNodeSetIterator &RHS) const;
3353 friend class PhiNodeSetIterator;
3356 using iterator = PhiNodeSetIterator;
3408 return PhiNodeSetIterator(this, FirstValidElement); in begin()
3412 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3438 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon88ab83af0c11::PhiNodeSetIterator
[all …]