Searched defs:GateInfo (Results 1 – 1 of 1) sorted by relevance
224 struct GateInfo { struct225 GateInfo(GateRegion* region) : region(region) {} in GateInfo() argument231 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