Searched defs:valueSelector (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | dead_code_elimination_test.cpp | 85 auto valueSelector = circuit.NewGate(circuit.ValueSelector(2), {merge, arg1, arg2}); in HWTEST_F_L0() local 120 auto valueSelector = circuit.NewGate(circuit.ValueSelector(3), {merge, arg0, arg1, arg2}); in HWTEST_F_L0() local
|
| D | combined_pass_visitor_test.cpp | 61 auto valueSelector = circuit.NewGate(circuit.ValueSelector(2), {merge, arg0, arg1}); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | async_function_lowering.cpp | 189 …GateRef valueSelector = circuit_->NewGate(circuit_->ValueSelector(2), MachineType::I32, // 2: num … in UpdateValueSelector() local
|
| D | escape_analysis.cpp | 149 GateRef valueSelector = circuit_->NewGate(meta, machineType, input.size(), in MergeState() local
|