| /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 | ntype_bytecode_lowering.cpp | 391 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | post_schedule.cpp | 550 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| D | ntype_hcr_lowering.cpp | 346 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | circuit_builder.cpp | 128 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue() 133 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse() 244 GateRef ifBranch = Branch(currentControl, condition, trueWeight, falseWeight, comment); in Branch() local
|
| D | number_speculative_lowering.cpp | 456 …GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight, "boole… in VisitBooleanJump() local
|
| D | slowpath_lowering.cpp | 156 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceHirWithPendingException() local 190 … auto ifBranch = builder_.Branch(state, equal, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithValue() local 215 …GateRef ifBranch = builder_.Branch(state, condition, BranchWeight::DEOPT_WEIGHT, 1, "checkExceptio… in ReplaceHirToThrowCall() local
|
| D | typed_hcr_lowering.cpp | 1746 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceHirWithPendingException() local 2435 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | native_inline_lowering.cpp | 1053 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| D | typed_bytecode_lowering.cpp | 2489 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
|
| D | typed_native_inline_lowering.cpp | 2860 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| D | stub_builder.cpp | 51 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in Branch() local
|