Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstIterator.h50 InstIterator() = default;
54 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function
58 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function
61 template<class M> InstIterator(M &m) in InstIterator() function
69 template<class M> InstIterator(M &m, bool) in InstIterator() function
87 InstIterator& operator++() {
92 inline InstIterator operator++(int) {
93 InstIterator tmp = *this; ++*this; return tmp;
96 InstIterator& operator--() {
104 inline InstIterator operator--(int) {
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp166 for (InstIterator ii = m_to_instrument.begin(), in Instrument()
318 typedef InstVector::iterator InstIterator; typedef in Instrumenter
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap228 module IR_InstIterator { header "IR/InstIterator.h" export * }