Home
last modified time | relevance | path

Searched defs:ifBranch (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp86 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(), { ifFalseCondition, condition }); in RebuildGeneratorCfg() local
127 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(), {stateInGate, condition}); in RebuildGeneratorCfg() local
227 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
Dbuiltins_lowering.cpp207 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() local
Dnumber_speculative_lowering.cpp430 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in VisitBooleanJump() local
Dcircuit_builder.cpp105 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue()
110 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse()
1799 GateRef ifBranch = Branch(currentControl, condition); in Branch() local
Dslowpath_lowering.cpp134 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() local
168 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() local
1719 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in LowerConditionJump() local
Dtype_mcr_lowering.cpp1258 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() local
Dstub_builder.cpp54 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() local