Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3206 class PhiNodeSetIterator { class
3215 PhiNodeSetIterator& operator++();
3216 bool operator==(const PhiNodeSetIterator &RHS) const;
3217 bool operator!=(const PhiNodeSetIterator &RHS) const;
3231 friend class PhiNodeSetIterator;
3234 using iterator = PhiNodeSetIterator;
3320 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator() function in __anon5386100c0c11::PhiNodeSetIterator
3323 PHINode * PhiNodeSetIterator::operator*() const { in operator *()
3329 PhiNodeSetIterator& PhiNodeSetIterator::operator++() { in operator ++()
3337 bool PhiNodeSetIterator::operator==(const PhiNodeSetIterator &RHS) const { in operator ==()
[all …]