Searched defs:valueSelector (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | combined_pass_visitor_test.cpp | 61 auto valueSelector = circuit.NewGate(circuit.ValueSelector(2), {merge, arg0, arg1}); in HWTEST_F_L0() local
|
H A 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 [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | async_function_lowering.cpp | 190 GateRef valueSelector = circuit_->NewGate(circuit_->ValueSelector(2), MachineType::I32, // 2: num of valueIn
in UpdateValueSelector() local
|
H A D | escape_analysis.cpp | 149 GateRef valueSelector = circuit_->NewGate(meta, machineType, input.size(), in MergeState() local
|
Completed in 3 milliseconds