Searched defs:ifBranch (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
D | dead_code_elimination_test.cpp | 48 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
|
D | combined_pass_visitor_test.cpp | 57 auto ifBranch = circuit.NewGate(circuit.IfBranch(0), {entry, icmp}); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | async_function_lowering.cpp | 87 … 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()
|
D | circuit_builder.cpp | 134 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
|
D | builtins_lowering.cpp | 231 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() local
|
D | ntype_hcr_lowering.cpp | 322 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceGateWithPendingException() local
|
D | number_speculative_lowering.cpp | 491 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight); in VisitBooleanJump() local
|
D | slowpath_lowering.cpp | 142 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
|
D | typed_hcr_lowering.cpp | 1647 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() local 2480 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceGateWithPendingException() local
|
D | stub_builder.cpp | 60 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() local
|