Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3457 class PhiNodeSetIterator { class
3466 PhiNodeSetIterator &operator++();
3467 bool operator==(const PhiNodeSetIterator &RHS) const;
3468 bool operator!=(const PhiNodeSetIterator &RHS) const;
3482 friend class PhiNodeSetIterator;
3485 using iterator = PhiNodeSetIterator;
3567 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon01de4a8e0c11::PhiNodeSetIterator
3570 PHINode *PhiNodeSetIterator::operator*() const { in operator *()
3576 PhiNodeSetIterator &PhiNodeSetIterator::operator++() { in operator ++()
3584 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
[all …]