Lines Matching defs:gate
20 int32_t CombinedPassVisitor::GetGateOrder(GateRef gate) in GetGateOrder()
29 void CombinedPassVisitor::SetGateOrder(GateRef gate, int32_t orderId) in SetGateOrder()
48 void CombinedPassVisitor::LogicallyReplaceGate(GateRef gate, GateRef replacement) in LogicallyReplaceGate()
58 void CombinedPassVisitor::RelaxStateAndDepend(GateRef gate) in RelaxStateAndDepend()
63 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
79 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
105 void CombinedPassVisitor::VistDependSelectorForLoop(GateRef gate) in VistDependSelectorForLoop()
125 for (auto gate : gateList) { in VisitGraph() local
144 GateRef gate = changedList_.back(); in VisitGraph() local
158 void CombinedPassVisitor::ReVisitGate(GateRef gate) in ReVisitGate()
166 GateRef CombinedPassVisitor::VisitGate(GateRef gate) in VisitGate()
193 GateRef gate = current.GetGate(); in VisitTopGate() local
257 GateRef gate = current.GetGate(); in PrintStack() local