Searched refs:InstIterator (Results 1 – 2 of 2) sorted by relevance
31 class InstIterator {47 InstIterator() {} in InstIterator() function51 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function55 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function58 template<class M> InstIterator(M &m) in InstIterator() function66 template<class M> InstIterator(M &m, bool) in InstIterator() function77 inline bool operator==(const InstIterator &y) const {80 inline bool operator!=(const InstIterator& y) const {84 InstIterator& operator++() {89 inline InstIterator operator++(int) {[all …]
1561 ``InstIterator`` should be used instead. You'll need to include1562 ``llvm/Support/InstIterator.h`` (`doxygen1564 ``InstIterator``\ s explicitly in your code. Here's a small example that shows1569 #include "llvm/Support/InstIterator.h"1575 Easy, isn't it? You can also use ``InstIterator``\ s to fill a work list with