Searched refs:InstIterator (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstIterator.h | 31 class InstIterator { 47 InstIterator() {} in InstIterator() function 51 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function 55 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function 58 template<class M> InstIterator(M &m) in InstIterator() function 66 template<class M> InstIterator(M &m, bool) in InstIterator() function 77 inline bool operator==(const InstIterator &y) const { 80 inline bool operator!=(const InstIterator& y) const { 84 InstIterator& operator++() { 89 inline InstIterator operator++(int) { [all …]
|
/external/llvm/include/llvm/IR/ |
D | InstIterator.h | 30 template <class BB_t, class BB_i_t, class BI_t, class II_t> class InstIterator { 46 InstIterator() {} in InstIterator() function 50 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function 54 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function 57 template<class M> InstIterator(M &m) in InstIterator() function 65 template<class M> InstIterator(M &m, bool) in InstIterator() function 76 inline bool operator==(const InstIterator &y) const { 79 inline bool operator!=(const InstIterator& y) const { 83 InstIterator& operator++() { 88 inline InstIterator operator++(int) { [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstIterator.h | 33 template <class BB_t, class BB_i_t, class BI_t, class II_t> class InstIterator { 50 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 80 inline bool operator==(const InstIterator &y) const { 83 inline bool operator!=(const InstIterator& y) const { 87 InstIterator& operator++() { 92 inline InstIterator operator++(int) { [all …]
|
/external/llvm/include/llvm/ |
D | module.modulemap | 155 module IR_InstIterator { header "IR/InstIterator.h" export * }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | module.modulemap | 203 module IR_InstIterator { header "IR/InstIterator.h" export * }
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1836 ``InstIterator`` should be used instead. You'll need to include 1837 ``llvm/IR/InstIterator.h`` (`doxygen 1839 ``InstIterator``\ s explicitly in your code. Here's a small example that shows 1844 #include "llvm/IR/InstIterator.h" 1850 Easy, isn't it? You can also use ``InstIterator``\ s to fill a work list with
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 2426 ``InstIterator`` should be used instead. You'll need to include 2427 ``llvm/IR/InstIterator.h`` (`doxygen 2429 ``InstIterator``\ s explicitly in your code. Here's a small example that shows 2434 #include "llvm/IR/InstIterator.h" 2440 Easy, isn't it? You can also use ``InstIterator``\ s to fill a work list with
|