#include <loop-analysis.h>
Definition at line 45 of file loop-analysis.h.
◆ Loop()
v8::internal::compiler::LoopTree::Loop::Loop |
( |
Zone * | zone | ) |
|
|
inlineexplicitprivate |
◆ BodySize()
uint32_t v8::internal::compiler::LoopTree::Loop::BodySize |
( |
| ) |
const |
|
inline |
◆ children()
const ZoneVector< Loop * > & v8::internal::compiler::LoopTree::Loop::children |
( |
| ) |
const |
|
inline |
◆ depth()
uint32_t v8::internal::compiler::LoopTree::Loop::depth |
( |
| ) |
const |
|
inline |
◆ ExitsSize()
uint32_t v8::internal::compiler::LoopTree::Loop::ExitsSize |
( |
| ) |
const |
|
inline |
◆ HeaderSize()
uint32_t v8::internal::compiler::LoopTree::Loop::HeaderSize |
( |
| ) |
const |
|
inline |
◆ parent()
Loop * v8::internal::compiler::LoopTree::Loop::parent |
( |
| ) |
const |
|
inline |
◆ TotalSize()
uint32_t v8::internal::compiler::LoopTree::Loop::TotalSize |
( |
| ) |
const |
|
inline |
◆ LoopFinderImpl
◆ LoopTree
◆ body_start_
int v8::internal::compiler::LoopTree::Loop::body_start_ |
|
private |
◆ children_
◆ depth_
int v8::internal::compiler::LoopTree::Loop::depth_ |
|
private |
◆ exits_end_
int v8::internal::compiler::LoopTree::Loop::exits_end_ |
|
private |
◆ exits_start_
int v8::internal::compiler::LoopTree::Loop::exits_start_ |
|
private |
◆ header_start_
int v8::internal::compiler::LoopTree::Loop::header_start_ |
|
private |
◆ parent_
Loop* v8::internal::compiler::LoopTree::Loop::parent_ |
|
private |
The documentation for this class was generated from the following file: