v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::LoopFinder Class Reference

#include <loop-analysis.h>

Collaboration diagram for v8::internal::compiler::LoopFinder:

Static Public Member Functions

static LoopTreeBuildLoopTree (TFGraph *graph, TickCounter *tick_counter, Zone *temp_zone)
 
static bool HasMarkedExits (LoopTree *loop_tree, const LoopTree::Loop *loop)
 

Detailed Description

Definition at line 175 of file loop-analysis.h.

Member Function Documentation

◆ BuildLoopTree()

LoopTree * v8::internal::compiler::LoopFinder::BuildLoopTree ( TFGraph * graph,
TickCounter * tick_counter,
Zone * temp_zone )
static

Definition at line 536 of file loop-analysis.cc.

Here is the call graph for this function:

◆ HasMarkedExits()

bool v8::internal::compiler::LoopFinder::HasMarkedExits ( LoopTree * loop_tree,
const LoopTree::Loop * loop )
static

Definition at line 705 of file loop-analysis.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: