Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Ddead_code_elimination_test.cpp48 auto ifBranch = circuit.NewGate(circuit.IfBranch(0), {dead, arg0}); in HWTEST_F_L0() local
81 auto ifBranch = circuit.NewGate(circuit.IfBranch(0), {entry, icmp}); in HWTEST_F_L0() local
113 auto ifBranch = circuit.NewGate(circuit.IfBranch(0), {entry, icmp}); in HWTEST_F_L0() local
Dcombined_pass_visitor_test.cpp57 auto ifBranch = circuit.NewGate(circuit.IfBranch(0), {entry, icmp}); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp87 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(0), { ifFalseCondition, condition }); in RebuildGeneratorCfg() local
131 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(0), {stateInGate, condition}); in RebuildGeneratorCfg() local
231 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
Dcircuit_builder.cpp134 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue()
139 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse()
219 GateRef ifBranch = Branch(currentControl, condition, trueWeight, falseWeight); in Branch() local
Dbuiltins_lowering.cpp231 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() local
Dntype_hcr_lowering.cpp322 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceGateWithPendingException() local
Dnumber_speculative_lowering.cpp491 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight); in VisitBooleanJump() local
Dslowpath_lowering.cpp142 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() local
176 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() local
201 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirToThrowCall() local
1791 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition); in LowerConditionJump() local
Dtyped_hcr_lowering.cpp1647 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() local
2480 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceGateWithPendingException() local
Dstub_builder.cpp60 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() local