#include <loop-analysis.h>
Definition at line 34 of file loop-analysis.h.
◆ LoopTree()
v8::internal::compiler::LoopTree::LoopTree |
( |
size_t | num_nodes, |
|
|
Zone * | zone ) |
|
inline |
◆ BodyNodes()
NodeRange v8::internal::compiler::LoopTree::BodyNodes |
( |
const Loop * | loop | ) |
|
|
inline |
◆ ContainingLoop()
Loop * v8::internal::compiler::LoopTree::ContainingLoop |
( |
Node * | node | ) |
|
|
inline |
◆ Contains()
bool v8::internal::compiler::LoopTree::Contains |
( |
const Loop * | loop, |
|
|
Node * | node ) |
|
inline |
◆ ExitNodes()
NodeRange v8::internal::compiler::LoopTree::ExitNodes |
( |
const Loop * | loop | ) |
|
|
inline |
◆ GetLoopControl()
Node * v8::internal::compiler::LoopTree::GetLoopControl |
( |
const Loop * | loop | ) |
|
|
inline |
◆ HeaderNode()
Node * v8::internal::compiler::LoopTree::HeaderNode |
( |
const Loop * | loop | ) |
|
◆ HeaderNodes()
NodeRange v8::internal::compiler::LoopTree::HeaderNodes |
( |
const Loop * | loop | ) |
|
|
inline |
◆ inner_loops()
ZoneVector< const Loop * > v8::internal::compiler::LoopTree::inner_loops |
( |
| ) |
const |
|
inline |
◆ LoopNodes()
NodeRange v8::internal::compiler::LoopTree::LoopNodes |
( |
const Loop * | loop | ) |
|
|
inline |
◆ LoopNum()
int v8::internal::compiler::LoopTree::LoopNum |
( |
const Loop * | loop | ) |
const |
|
inline |
◆ NewLoop()
Loop * v8::internal::compiler::LoopTree::NewLoop |
( |
| ) |
|
|
inlineprivate |
◆ outer_loops()
const ZoneVector< Loop * > & v8::internal::compiler::LoopTree::outer_loops |
( |
| ) |
const |
|
inline |
◆ SetParent()
void v8::internal::compiler::LoopTree::SetParent |
( |
Loop * | parent, |
|
|
Loop * | child ) |
|
inlineprivate |
◆ zone()
Zone * v8::internal::compiler::LoopTree::zone |
( |
| ) |
const |
|
inline |
◆ LoopFinderImpl
◆ all_loops_
◆ loop_nodes_
◆ node_to_loop_num_
ZoneVector<int> v8::internal::compiler::LoopTree::node_to_loop_num_ |
|
private |
◆ outer_loops_
◆ zone_
Zone* v8::internal::compiler::LoopTree::zone_ |
|
private |
The documentation for this class was generated from the following files: