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()
59 void CombinedPassVisitor::RelaxStateAndDepend(GateRef gate) in RelaxStateAndDepend()
64 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate()
80 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate()
106 void CombinedPassVisitor::VistDependSelectorForLoop(GateRef gate) in VistDependSelectorForLoop()
126 for (auto gate : gateList) { in VisitGraph() local
145 GateRef gate = changedList_.back(); in VisitGraph() local
159 void CombinedPassVisitor::ReVisitGate(GateRef gate) in ReVisitGate()
167 GateRef CombinedPassVisitor::VisitGate(GateRef gate) in VisitGate()
195 GateRef gate = current.GetGate(); in VisitTopGate() local
259 GateRef gate = current.GetGate(); in PrintStack() local