Lines Matching defs:gate
33 GateRef LookupNode(EarlyElimination* elimination, GateRef gate);
34 GateRef LookupCheckedNode(EarlyElimination* elimination, GateRef gate);
35 DependInfoNode* UpdateNode(GateRef gate);
37 DependInfoNode* UpdateStoreProperty(EarlyElimination* elimination, GateRef gate);
49 Node(GateRef gate, Node* next) : gate(gate), next(next) {}
50 GateRef gate;
71 GateRef VisitGate(GateRef gate) override;
85 GateRef VisitDependEntry(GateRef gate);
86 GateRef UpdateDependChain(GateRef gate, DependInfoNode* dependInfo);
87 DependInfoNode* UpdateWrite(GateRef gate, DependInfoNode* dependInfo);
88 GateRef TryEliminateGate(GateRef gate);
89 GateRef TryEliminateFrameState(GateRef gate);
90 GateRef TryEliminateOther(GateRef gate);
91 GateRef TryEliminateDependSelector(GateRef gate);
93 GateRef Rename(GateRef gate);