Searched refs:InstIterator (Results 1 – 4 of 4) sorted by relevance
49 InstIterator() = default;53 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function57 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function60 template<class M> InstIterator(M &m) in InstIterator() function68 template<class M> InstIterator(M &m, bool) in InstIterator() function86 InstIterator& operator++() {91 inline InstIterator operator++(int) {92 InstIterator tmp = *this; ++*this; return tmp;95 InstIterator& operator--() {103 inline InstIterator operator--(int) {[all …]
158 for (InstIterator ii = m_to_instrument.begin(), in Instrument()296 typedef InstVector::iterator InstIterator; typedef in Instrumenter
276 module IR_InstIterator { header "IR/InstIterator.h" export * }
2561 ``InstIterator`` should be used instead. You'll need to include2562 ``llvm/IR/InstIterator.h`` (`doxygen2564 ``InstIterator``\ s explicitly in your code. Here's a small example that shows2569 #include "llvm/IR/InstIterator.h"2575 Easy, isn't it? You can also use ``InstIterator``\ s to fill a work list with