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

#include <loop-finder.h>

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

Public Attributes

const Blockstart = nullptr
 
const Blockend = nullptr
 
bool has_inner_loops = false
 
size_t block_count = 0
 
size_t op_count = 0
 

Detailed Description

Definition at line 46 of file loop-finder.h.

Member Data Documentation

◆ block_count

size_t v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::block_count = 0

Definition at line 50 of file loop-finder.h.

◆ end

const Block* v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::end = nullptr

Definition at line 48 of file loop-finder.h.

◆ has_inner_loops

bool v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::has_inner_loops = false

Definition at line 49 of file loop-finder.h.

◆ op_count

size_t v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::op_count = 0

Definition at line 52 of file loop-finder.h.

◆ start

const Block* v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::start = nullptr

Definition at line 47 of file loop-finder.h.


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