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()
130 for (auto gate : gateList) { in VisitGraph() local
143 GateRef gate = changedList_.back(); in VisitGraph() local
157 void CombinedPassVisitor::ReVisitGate(GateRef gate) in ReVisitGate()
165 GateRef CombinedPassVisitor::VisitGate(GateRef gate) in VisitGate()
192 GateRef gate = current.GetGate(); in VisitTopGate() local
256 GateRef gate = current.GetGate(); in PrintStack() local