Searched defs:ifBranch (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | async_function_lowering.cpp | 86 … 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()
|
D | builtins_lowering.cpp | 207 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() local
|
D | number_speculative_lowering.cpp | 430 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in VisitBooleanJump() local
|
D | circuit_builder.cpp | 105 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue() 110 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse() 1799 GateRef ifBranch = Branch(currentControl, condition); in Branch() local
|
D | slowpath_lowering.cpp | 134 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
|
D | type_mcr_lowering.cpp | 1258 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() local
|
D | stub_builder.cpp | 54 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() local
|