#include <graph-trimmer.h>
Definition at line 18 of file graph-trimmer.h.
◆ GraphTrimmer() [1/2]
v8::internal::compiler::GraphTrimmer::GraphTrimmer |
( |
Zone * | zone, |
|
|
TFGraph * | graph ) |
◆ ~GraphTrimmer()
v8::internal::compiler::GraphTrimmer::~GraphTrimmer |
( |
| ) |
|
|
default |
◆ GraphTrimmer() [2/2]
v8::internal::compiler::GraphTrimmer::GraphTrimmer |
( |
const GraphTrimmer & | | ) |
|
|
delete |
◆ graph()
TFGraph * v8::internal::compiler::GraphTrimmer::graph |
( |
| ) |
const |
|
inlineprivate |
◆ IsLive()
◆ MarkAsLive()
V8_INLINE void v8::internal::compiler::GraphTrimmer::MarkAsLive |
( |
Node *const | node | ) |
|
|
inlineprivate |
◆ operator=()
◆ TrimGraph() [1/2]
void v8::internal::compiler::GraphTrimmer::TrimGraph |
( |
| ) |
|
◆ TrimGraph() [2/2]
template<typename ForwardIterator >
void v8::internal::compiler::GraphTrimmer::TrimGraph |
( |
ForwardIterator | begin, |
|
|
ForwardIterator | end ) |
|
inline |
◆ graph_
TFGraph* const v8::internal::compiler::GraphTrimmer::graph_ |
|
private |
◆ is_live_
◆ live_
NodeVector v8::internal::compiler::GraphTrimmer::live_ |
|
private |
The documentation for this class was generated from the following files: