V8 Project
hydrogen-load-elimination.h
Go to the documentation of this file.
1
// Copyright 2013 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
#ifndef V8_HYDROGEN_LOAD_ELIMINATION_H_
6
#define V8_HYDROGEN_LOAD_ELIMINATION_H_
7
8
#include "
src/hydrogen.h
"
9
10
namespace
v8
{
11
namespace
internal {
12
13
class
HLoadEliminationPhase
:
public
HPhase
{
14
public
:
15
explicit
HLoadEliminationPhase
(HGraph*
graph
)
16
:
HPhase
(
"H_Load elimination"
,
graph
) { }
17
18
void
Run
();
19
20
private
:
21
void
EliminateLoads
(HBasicBlock* block);
22
};
23
24
25
} }
// namespace v8::internal
26
27
#endif
// V8_HYDROGEN_LOAD_ELIMINATION_H_
v8::internal::HLoadEliminationPhase
Definition:
hydrogen-load-elimination.h:13
v8::internal::HLoadEliminationPhase::Run
void Run()
Definition:
hydrogen-load-elimination.cc:492
v8::internal::HLoadEliminationPhase::HLoadEliminationPhase
HLoadEliminationPhase(HGraph *graph)
Definition:
hydrogen-load-elimination.h:15
v8::internal::HLoadEliminationPhase::EliminateLoads
void EliminateLoads(HBasicBlock *block)
v8::internal::HPhase
Definition:
hydrogen.h:2794
v8::internal::HPhase::graph
HGraph * graph() const
Definition:
hydrogen.h:2802
hydrogen.h
v8
Debugger support for the V8 JavaScript engine.
Definition:
accessors.cc:20
mnt
V8SourceCode
src
hydrogen-load-elimination.h
Generated on Tue Jul 1 2025 02:36:36 for V8 Project by
1.9.1