| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | combined_pass_visitor_test.cpp | 57 auto ifBranch = circuit.NewGate(circuit.IfBranch(0), {entry, icmp}); in HWTEST_F_L0() local
|
| H A 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 [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | async_function_lowering.cpp | 90 GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(0), { ifFalseCondition, condition });
in RebuildGeneratorCfg() local 134 GateRef ifBranch = circuit_->NewGate(circuit_->IfBranch(0), {stateInGate, condition});
in RebuildGeneratorCfg() local 234 ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) ModifyStateInput() argument [all...] |
| H A D | builtins_lowering.cpp | 187 auto ifBranch = builder_.Branch(state, equal, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithValue() local
|
| H A D | post_schedule.cpp | 528 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| H A D | number_speculative_lowering.cpp | 466 GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight, "booleanJump"); in VisitBooleanJump() local
|
| H A D | ntype_hcr_lowering.cpp | 349 GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| H A D | native_inline_lowering.cpp | 1078 auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| H A D | circuit_builder.cpp | 144 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue() argument 149 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse() argument 252 GateRef ifBranch = Branch(currentControl, condition, trueWeight, falseWeight, comment); in Branch() local
|
| H A D | slowpath_lowering.cpp | 159 GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithPendingException() local 193 auto ifBranch = builder_.Branch(state, equal, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithValue() local 218 GateRef ifBranch = builder_.Branch(state, condition, BranchWeight::DEOPT_WEIGHT, 1, "checkException"); in ReplaceHirToThrowCall() local
|
| H A D | typed_hcr_lowering.cpp | 1685 GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithPendingException() local 2759 GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| H A D | typed_native_inline_lowering.cpp | 3189 auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
|
| H A D | stub_builder.cpp | 71 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, comment); in BranchPredict() local
|