Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstate_split_linearizer.cpp60 struct PendingGateRegionEdge { struct
61 explicit PendingGateRegionEdge(GateRegion* from, GateRegion* to, in PendingGateRegionEdge() function
65 GateRegion* from;
66 GateRegion* to;
67 GateRef dependStart;
68 size_t index;