reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineInstrBundleIterator.h
  178   reference operator*() const { return *MII; }
  182   bool isValid() const { return MII.getNodePtr(); }
  186     return L.MII == R.MII;
  186     return L.MII == R.MII;
  190     return L.MII == R; // Avoid assertion about validity of R.
  194     return L == R.MII; // Avoid assertion about validity of L.
  198     return L.MII == R; // Avoid assertion about validity of R.
  202     return L == R.MII; // Avoid assertion about validity of L.
  256     this->decrement(MII);
  260     this->increment(MII);
  274   instr_iterator getInstrIterator() const { return MII; }
  276   nonconst_iterator getNonConstIterator() const { return MII.getNonConst(); }
  283   reverse_iterator getReverse() const { return MII.getReverse(); }