Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h151 struct UseIterator { struct
152 UseIterator(Circuit* circuit, Out* out) : circuit_(circuit), out_(out) in UseIterator() argument
174 UseIterator tmp = *this; argument
188 UseIterator it = *this; in GetEdge() argument
198 friend bool operator == (const UseIterator& a, const UseIterator& b) argument
209 Out* out_;
Dgate_accessor.cpp24 using UseIterator = GateAccessor::UseIterator; typedef
Dslowpath_lowering.cpp34 using UseIterator = GateAccessor::UseIterator; typedef