Searched refs:ReduceAllocateRaw (Results 1 – 5 of 5) sorted by relevance
17 return ReduceAllocateRaw(node); in Reduce()23 Reduction WasmEscapeAnalysis::ReduceAllocateRaw(Node* node) { in ReduceAllocateRaw() function in v8::internal::compiler::WasmEscapeAnalysis
91 Reduction ReduceAllocateRaw(Node* node, AllocationType allocation_type,106 Reduction ReduceAllocateRaw(Node* node);
33 Reduction ReduceAllocateRaw(Node* call);
85 return ReduceAllocateRaw(node); in Reduce()135 Reduction MemoryLowering::ReduceAllocateRaw( in ReduceAllocateRaw() function in v8::internal::compiler::MemoryLowering630 Reduction MemoryLowering::ReduceAllocateRaw(Node* node) { in ReduceAllocateRaw() function in v8::internal::compiler::MemoryLowering633 return ReduceAllocateRaw(node, allocation.allocation_type(), in ReduceAllocateRaw()
301 Reduction reduction = memory_lowering()->ReduceAllocateRaw( in VisitAllocateRaw()