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.cpp61 struct PendingGateRegionEdge { struct
62 explicit PendingGateRegionEdge(GateRegion* from, GateRegion* to, in PendingGateRegionEdge() function
66 GateRegion* from;
67 GateRegion* to;
68 GateRef dependStart;
69 size_t index;