Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp85 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(), { ifFalseCondition, condition }); in RebuildGeneratorCfg() local
123 GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(), {stateInGate, condition}); in RebuildGeneratorCfg() local
Dts_type_lowering.cpp295 GateRef ifBranch = builder_.Branch(state, builder_.Boolean(false)); in ReplaceHIRGate() local
692 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in SpeculateConditionJump() local
Dcircuit_builder.cpp105 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue()
110 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse()
981 GateRef ifBranch = Branch(currentControl, condition); in Branch() local
Dslowpath_lowering.cpp149 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
Dstub_builder.cpp46 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp76 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