Home
last modified time | relevance | path

Searched refs:UserIterator (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h484 struct UserIterator { struct
485 UserIterator() = default;
486 explicit UserIterator(U *u) : user_(u) {} in UserIterator() argument
488 UserIterator &operator++()
493 bool operator!=(const UserIterator &other)
511 using Iterator = UserIterator<T>;
512 using ConstIterator = UserIterator<const T>;