Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h224 struct GateInfo { struct
225 GateInfo(GateRegion* region) : region(region) {} in GateInfo() argument
231 bool IsSchedulable() const in IsSchedulable()
236 bool IsFixed() const in IsFixed()
241 bool IsSelector() const in IsSelector()
268 GateInfo& GetGateInfo(GateRef gate) in GetGateInfo() argument