Searched refs:InstIterator (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstIterator.h | 32 template <class BB_t, class BB_i_t, class BI_t, class II_t> class InstIterator { 49 InstIterator() = default; 53 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function 57 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function 60 template<class M> InstIterator(M &m) in InstIterator() function 68 template<class M> InstIterator(M &m, bool) in InstIterator() function 79 inline bool operator==(const InstIterator &y) const { 82 inline bool operator!=(const InstIterator& y) const { 86 InstIterator& operator++() { 91 inline InstIterator operator++(int) { [all …]
|
H A D | Function.h | 782 friend class InstIterator; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRDynamicChecks.cpp | 155 for (InstIterator ii = m_to_instrument.begin(), in Instrument() 293 typedef InstVector::iterator InstIterator; typedef in Instrumenter
|