Searched refs:GetGates (Results 1 – 5 of 5) sorted by relevance
40 void GetGates(std::vector<GateRef>& gates) const;
756 auto& gateLists = parent->GetGates(); in ProcessIf()955 auto gate = block->GetGates().front(); in CalcBounds()965 auto& gateList_ = block->GetGates(); in CalcBounds()
143 ChunkVector<GateRef>& GetGates() in GetGates() function
874 auto& gates = r->GetGates(); in LinearizeRegions()913 for (GateRef g: from->GetGates()) { in MoveAndClear()
530 void DependInfoNode::GetGates(std::vector<GateRef>& gates) const in GetGates() function in panda::ecmascript::kungfu::DependInfoNode