HomeSort by relevance Sort by last modified time
    Searched refs:InstIterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
InstIterator.h 1 //===- InstIterator.h - Classes for inst iteration --------------*- C++ -*-===//
31 class InstIterator {
47 InstIterator() {}
51 InstIterator(const InstIterator<A,B,C,D> &II)
55 InstIterator(InstIterator<A,B,C,D> &II)
58 template<class M> InstIterator(M &m)
66 template<class M> InstIterator(M &m, bool)
77 inline bool operator==(const InstIterator &y) const
    [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 178 for (InstIterator ii = m_to_instrument.begin(), last_ii = m_to_instrument.end();
334 typedef InstVector::iterator InstIterator;
  /art/compiler/dex/portable/
mir_to_gbc.cc 27 #include <llvm/Support/InstIterator.h>
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 40 #include <llvm/Support/InstIterator.h>
    [all...]

Completed in 449 milliseconds