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

Public Attributes

Nodeheader
 
NodeInfoheader_list
 
NodeInfoexit_list
 
NodeInfobody_list
 
LoopTree::Looploop
 

Detailed Description

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

Member Data Documentation

◆ body_list

NodeInfo* v8::internal::compiler::TempLoopInfo::body_list

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

◆ exit_list

NodeInfo* v8::internal::compiler::TempLoopInfo::exit_list

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

◆ header

Node* v8::internal::compiler::TempLoopInfo::header

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

◆ header_list

NodeInfo* v8::internal::compiler::TempLoopInfo::header_list

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

◆ loop

LoopTree::Loop* v8::internal::compiler::TempLoopInfo::loop

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


The documentation for this struct was generated from the following file: