v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
store-store-elimination-phase.cc
Go to the documentation of this file.
1
// Copyright 2023 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
src/compiler/turboshaft/store-store-elimination-phase.h
"
6
7
#include "
src/compiler/turboshaft/branch-elimination-reducer.h
"
8
#include "
src/compiler/turboshaft/copying-phase.h
"
9
#include "
src/compiler/turboshaft/late-load-elimination-reducer.h
"
10
#include "
src/compiler/turboshaft/loop-unrolling-reducer.h
"
11
#include "
src/compiler/turboshaft/machine-optimization-reducer.h
"
12
#include "
src/compiler/turboshaft/required-optimization-reducer.h
"
13
#include "
src/compiler/turboshaft/store-store-elimination-reducer-inl.h
"
14
#include "
src/compiler/turboshaft/value-numbering-reducer.h
"
15
#include "
src/compiler/turboshaft/variable-reducer.h
"
16
#include "
src/numbers/conversions-inl.h
"
17
18
namespace
v8::internal::compiler::turboshaft
{
19
20
void
StoreStoreEliminationPhase::Run
(
PipelineData
* data,
Zone
* temp_zone) {
21
turboshaft::CopyingPhase
<
22
LoopStackCheckElisionReducer
,
StoreStoreEliminationReducer
,
23
LateLoadEliminationReducer
,
MachineOptimizationReducer
,
24
BranchEliminationReducer
,
ValueNumberingReducer
>
::Run
(data, temp_zone);
25
}
26
27
}
// namespace v8::internal::compiler::turboshaft
branch-elimination-reducer.h
v8::internal::Zone
Definition
zone.h:43
v8::internal::compiler::turboshaft::BranchEliminationReducer
Definition
branch-elimination-reducer.h:26
v8::internal::compiler::turboshaft::CopyingPhase
Definition
copying-phase.h:1065
v8::internal::compiler::turboshaft::LateLoadEliminationReducer
Definition
late-load-elimination-reducer.h:778
v8::internal::compiler::turboshaft::LoopStackCheckElisionReducer
Definition
loop-unrolling-reducer.h:303
v8::internal::compiler::turboshaft::MachineOptimizationReducer
Definition
machine-optimization-reducer.h:181
v8::internal::compiler::turboshaft::PipelineData
Definition
phase.h:177
v8::internal::compiler::turboshaft::StoreStoreEliminationReducer
Definition
store-store-elimination-reducer-inl.h:448
v8::internal::compiler::turboshaft::ValueNumberingReducer
Definition
value-numbering-reducer.h:107
conversions-inl.h
copying-phase.h
late-load-elimination-reducer.h
loop-unrolling-reducer.h
machine-optimization-reducer.h
v8::internal::compiler::turboshaft
Definition
builtins.h:33
required-optimization-reducer.h
store-store-elimination-phase.h
store-store-elimination-reducer-inl.h
v8::internal::compiler::turboshaft::StoreStoreEliminationPhase::Run
void Run(PipelineData *data, Zone *temp_zone)
Definition
store-store-elimination-phase.cc:20
value-numbering-reducer.h
variable-reducer.h
src
compiler
turboshaft
store-store-elimination-phase.cc
Generated on Sun Apr 6 2025 21:08:52 for v8 by
1.12.0