Home
last modified time | relevance | path

Searched defs:valueSelector (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dcombined_pass_visitor_test.cpp61 auto valueSelector = circuit.NewGate(circuit.ValueSelector(2), {merge, arg0, arg1}); in HWTEST_F_L0() local
H A Ddead_code_elimination_test.cpp85 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 Dasync_function_lowering.cpp190 GateRef valueSelector = circuit_->NewGate(circuit_->ValueSelector(2), MachineType::I32, // 2: num of valueIn in UpdateValueSelector() local
H A Descape_analysis.cpp149 GateRef valueSelector = circuit_->NewGate(meta, machineType, input.size(), in MergeState() local

Completed in 3 milliseconds