Searched defs:ifBranch (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | async_function_lowering.cpp | 85 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(), { ifFalseCondition, condition }); in RebuildGeneratorCfg() local 123 GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(), {stateInGate, condition}); in RebuildGeneratorCfg() local
|
| D | ts_type_lowering.cpp | 295 GateRef ifBranch = builder_.Branch(state, builder_.Boolean(false)); in ReplaceHIRGate() local 692 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in SpeculateConditionJump() local
|
| D | circuit_builder.cpp | 105 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue() 110 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse() 981 GateRef ifBranch = Branch(currentControl, condition); in Branch() local
|
| D | slowpath_lowering.cpp | 149 void SlowPathLowering::ReplaceHirWithIfBranch(GateRef hirGate, GateRef callGate, GateRef ifBranch) in ReplaceHirWithIfBranch() 187 GateRef ifBranch = builder_.Branch(stateInGate, equal); in ReplaceHirToJSCall() local 211 GateRef ifBranch; in ReplaceHirToCall() local 236 GateRef ifBranch = builder_.Branch(stateInGate, builder_.Boolean(true)); in ReplaceHirToThrowCall() local 2182 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in LowerConditionJump() local
|
| D | stub_builder.cpp | 46 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | circuit_optimizer_tests.cpp | 76 auto ifBranch = circuit.NewGate(circuit.IfBranch(), in HWTEST_F_L0() local 551 auto ifBranch = circuit.NewGate(circuit.IfBranch(), {load0, condition}); in HWTEST_F_L0() local
|