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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h1 //===- InstIterator.h - Classes for inst iteration --------------*- C++ -*-===//
32 template <class BB_t, class BB_i_t, class BI_t, class II_t> class InstIterator { class in namespace:llvm
49 InstIterator() = default;
53 InstIterator(const InstIterator<A,B,C,D> &II) argument
57 InstIterator(InstIterator<A,B,C,D> &II) function in class:llvm::InstIterator
60 template<class M> InstIterator(M &m) function in class:llvm::InstIterator
68 template<class M> InstIterator(M &m, bool) function in class:llvm::InstIterator
79 inline bool operator==(const InstIterator
[all...]
H A DFunction.h761 friend class InstIterator;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp155 for (InstIterator ii = m_to_instrument.begin(),
293 typedef InstVector::iterator InstIterator; typedef in class:Instrumenter

Completed in 170 milliseconds