Searched refs:InstIterator (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 717 friend class InstIterator; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 158 for (InstIterator ii = m_to_instrument.begin(), in Instrument() 296 typedef InstVector::iterator InstIterator; typedef in Instrumenter
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | module.modulemap | 278 module IR_InstIterator { header "IR/InstIterator.h" export * }
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ProgrammersManual.rst | 2573 ``InstIterator`` should be used instead. You'll need to include 2574 ``llvm/IR/InstIterator.h`` (`doxygen 2576 ``InstIterator``\ s explicitly in your code. Here's a small example that shows 2581 #include "llvm/IR/InstIterator.h" 2587 Easy, isn't it? You can also use ``InstIterator``\ s to fill a work list with
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 1962 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.macppc | 1961 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.loongson | 1961 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.octeon | 1961 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.arm64 | 1962 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.powerpc64 | 1960 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.armv7 | 1960 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.i386 | 1960 ./usr/include/llvm/IR/InstIterator.h
|
| H A D | clang.sparc64 | 1961 ./usr/include/llvm/IR/InstIterator.h
|