Home
last modified time | relevance | path

Searched defs:merge (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/merge/
DA.js33 export function merge() { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_peeling.cpp29 GateRef merge = circuit_->NewGate(circuit_->Merge(numIns), {exit, copyExit}); in CopyLoopExit() local
107 auto merge = circuit_->NewGate(circuit_->Merge(numLoopbacks), inList); in CopyLoopHeader() local
Dcircuit_builder_helper.cpp183 GateRef merge = env_->GetBuilder()->Merge(inGates); in MergeAllControl() local
Dnative_inline_lowering.cpp142 Label merge(&builder_); in ArrayForeachCall() local
Dscheduler.cpp77 auto merge = [&] (size_t fatherIdx, size_t sonIdx) -> void { in CalculateDominatorTree() local
Dnumber_speculative_retype.cpp352 auto merge = acc_.GetState(gate); in VisitPhi() local
Dprofiler_stub_builder.cpp419 Label merge(env); in UpdateTrackTypeInPropAttr() local
Dframe_states.cpp417 auto merge = circuit_->NewGate(metaData, in NewMerge() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Ddead_code_elimination_test.cpp84 auto merge = circuit.NewGate(circuit.Merge(2), {dead, ifFalse}); in HWTEST_F_L0() local
119 auto merge = circuit.NewGate(circuit.Merge(3), {ifTrue2, dead, ifFalse}); in HWTEST_F_L0() local
Dcombined_pass_visitor_test.cpp60 auto merge = circuit.NewGate(circuit.Merge(2), {dead, ifFalse}); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js22565 static merge(t, e, i) { method in anonymousFunction0278022839900.hl