Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3225 class PhiNodeSetIterator { class
3234 PhiNodeSetIterator& operator++();
3235 bool operator==(const PhiNodeSetIterator &RHS) const;
3236 bool operator!=(const PhiNodeSetIterator &RHS) const;
3250 friend class PhiNodeSetIterator;
3253 using iterator = PhiNodeSetIterator;
3339 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon78e22a880c11::PhiNodeSetIterator
3342 PHINode * PhiNodeSetIterator::operator*() const { in operator *()
3348 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()
3356 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
[all …]