Home
last modified time | relevance | path

Searched defs:ifBranch (Results 1 – 14 of 14) 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.cpp89 … 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()
Dpost_schedule.cpp788 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
803 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
927 GateRef ifBranch = currentLabel->GetControl(); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
Dntype_bytecode_lowering.cpp428 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
Dntype_hcr_lowering.cpp371 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
Dnumber_speculative_lowering.cpp480 …GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight, "boole… in VisitBooleanJump() local
Dcircuit_builder.cpp129 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
Dslowpath_lowering.cpp216 …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
Dtyped_hcr_lowering.cpp1944 …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
Dnative_inline_lowering.cpp1049 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
Dtyped_bytecode_lowering.cpp2943 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
Dtyped_native_inline_lowering.cpp2851 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
Dstub_builder.cpp55 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in Branch() local