Home
last modified time | relevance | path

Searched defs:UseIterator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h148 struct UseIterator { struct
149 UseIterator(Circuit* circuit, Out* out) : circuit_(circuit), out_(out) in UseIterator() argument
171 UseIterator tmp = *this; argument
185 UseIterator it = *this; in GetEdge() argument
195 friend bool operator == (const UseIterator& a, const UseIterator& b) argument
206 Out* out_;
Dgate_accessor.cpp23 using UseIterator = GateAccessor::UseIterator; typedef
Dslowpath_lowering.cpp24 using UseIterator = GateAccessor::UseIterator; typedef