Lines Matching defs:resumeGate
72 void AsyncFunctionLowering::RebuildGeneratorCfg(GateRef resumeGate, GateRef restoreOffsetGate, GateRef ifFalseCondition,
75 GateRef stateGate = accessor_.GetState(resumeGate);
82 auto stateInGate = accessor_.GetState(resumeGate);
96 accessor_.ReplaceStateIn(resumeGate, ifTrue);
97 accessor_.ReplaceValueIn(resumeGate, newTarget);
98 accessor_.ReplaceDependIn(resumeGate, ifTrueDepend);
138 GateRef resumeStateGate = accessor_.GetState(resumeGate);
140 accessor_.ReplaceStateIn(resumeGate, ifTrue);
141 accessor_.ReplaceValueIn(resumeGate, newTarget);
142 accessor_.ReplaceDependIn(resumeGate, GetDependPhiFromLoopBegin(stateInGate));