Searched refs:InstIterator (Results 1 – 3 of 3) sorted by relevance
50 InstIterator() = default;54 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function58 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function61 template<class M> InstIterator(M &m) in InstIterator() function69 template<class M> InstIterator(M &m, bool) in InstIterator() function87 InstIterator& operator++() {92 inline InstIterator operator++(int) {93 InstIterator tmp = *this; ++*this; return tmp;96 InstIterator& operator--() {104 inline InstIterator operator--(int) {[all …]
166 for (InstIterator ii = m_to_instrument.begin(), in Instrument()318 typedef InstVector::iterator InstIterator; typedef in Instrumenter
228 module IR_InstIterator { header "IR/InstIterator.h" export * }