| /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 | 89 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(0), { ifFalseCondition, condition }); in RebuildGeneratorCfg() local 133 … GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(0), {stateInGate, condition}); in RebuildGeneratorCfg() local 233 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
|
| D | post_schedule.cpp | 788 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local 803 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local 927 GateRef ifBranch = currentLabel->GetControl(); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
|
| D | ntype_bytecode_lowering.cpp | 428 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | ntype_hcr_lowering.cpp | 371 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | number_speculative_lowering.cpp | 480 …GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight, "boole… in VisitBooleanJump() local
|
| D | circuit_builder.cpp | 129 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue() 134 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse() 266 GateRef ifBranch = Branch(currentControl, condition, trueWeight, falseWeight, comment); in Branch() local
|
| D | slowpath_lowering.cpp | 216 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceHirWithPendingException() local 251 … auto ifBranch = builder_.Branch(state, equal, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithValue() local 276 …GateRef ifBranch = builder_.Branch(state, condition, BranchWeight::DEOPT_WEIGHT, 1, "checkExceptio… in ReplaceHirToThrowCall() local
|
| D | typed_hcr_lowering.cpp | 1944 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceHirWithPendingException() local 2668 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | native_inline_lowering.cpp | 1049 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| D | typed_bytecode_lowering.cpp | 2943 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | typed_native_inline_lowering.cpp | 2851 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| D | stub_builder.cpp | 55 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in Branch() local
|