Searched refs:forwardValue (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | frame_states.cpp | 186 auto forwardValue = gateAcc_.GetValueIn(phi, 0); // 0: fowward in GetPhiComponent() local 204 return forwardValue; in GetPhiComponent() 206 return gateAcc_.GetValueIn(forwardValue, forwardIndex); in GetPhiComponent()
|
D | bytecode_circuit_builder.cpp | 1162 auto forwardValue = circuit_->NewGate( in NewLoopForwardPhi() local 1165 gateAcc_.NewIn(forwardValue, 0, bb.stateMerge); in NewLoopForwardPhi() 1171 gateAcc_.NewIn(forwardValue, forwardIndex++, ans); in NewLoopForwardPhi() 1174 return forwardValue; in NewLoopForwardPhi() 1201 auto forwardValue = NewLoopForwardPhi(bb, reg, acc); in NewPhi() local 1202 gateAcc_.NewIn(currentPhi, 1, forwardValue); // 1: index of forward value input in NewPhi()
|