Home
last modified time | relevance | path

Searched refs:ResizeMergeOrPhi (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-loop-peeling.cc116 const Operator* phi = common->ResizeMergeOrPhi( in PeelWasmLoop()
H A Dloop-peeling.cc172 const Operator* op = common_->ResizeMergeOrPhi(node->op(), backedges); in Peel()
H A Dloop-unrolling.cc214 COPY(use, i), common->ResizeMergeOrPhi(use->op(), count - 1)); in UnrollLoop()
H A Ddead-code-elimination.cc370 const Operator* const op = common()->ResizeMergeOrPhi(node->op(), size); in TrimMergeOrPhi()
H A Dcommon-operator.h555 const Operator* ResizeMergeOrPhi(const Operator* op, int size);
H A Draw-machine-assembler.cc850 const Operator* new_op = common()->ResizeMergeOrPhi(op, phi->InputCount()); in AppendPhiInput()
H A Dcommon-operator.cc1543 const Operator* CommonOperatorBuilder::ResizeMergeOrPhi(const Operator* op, in ResizeMergeOrPhi() function in v8::internal::compiler::CommonOperatorBuilder
H A Dwasm-compiler.cc640 merge, mcgraph()->common()->ResizeMergeOrPhi(merge->op(), new_size)); in AppendToMerge()
648 phi, mcgraph()->common()->ResizeMergeOrPhi(phi->op(), new_size)); in AppendToPhi()

Completed in 21 milliseconds