Home
last modified time | relevance | path

Searched defs:ifBranch (Results 1 – 12 of 12) 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.cpp90 … 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 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
Dbuiltins_lowering.cpp184 … auto ifBranch = builder_.Branch(state, equal, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithValue() local
Dpost_schedule.cpp519 GateRef ifBranch = currentLabel->GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dntype_hcr_lowering.cpp345 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
Dcircuit_builder.cpp144 GateRef CircuitBuilder::IfTrue(GateRef ifBranch) in IfTrue()
149 GateRef CircuitBuilder::IfFalse(GateRef ifBranch) in IfFalse()
252 GateRef ifBranch = Branch(currentControl, condition, trueWeight, falseWeight, comment); in Branch() local
Dnumber_speculative_lowering.cpp466 …GateRef ifBranch = builder_.Branch(acc_.GetState(gate), condition, trueWeight, falseWeight, "boole… in VisitBooleanJump() local
Dslowpath_lowering.cpp160 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceHirWithPendingException() local
194 … auto ifBranch = builder_.Branch(state, equal, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceHirWithValue() local
219 …GateRef ifBranch = builder_.Branch(state, condition, BranchWeight::DEOPT_WEIGHT, 1, "checkExceptio… in ReplaceHirToThrowCall() local
Dnative_inline_lowering.cpp1049 …auto ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkException"); in ReplaceGateWithPendingException() local
Dtyped_hcr_lowering.cpp1682 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceHirWithPendingException() local
2756 …GateRef ifBranch = builder_.Branch(state, condition, 1, BranchWeight::DEOPT_WEIGHT, "checkExceptio… in ReplaceGateWithPendingException() local
Dstub_builder.cpp70 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in BranchPredict() local