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

#include <instruction-selection-phase.h>

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

Public Member Functions

void AddOutgoing (Zone *zone, const Block *block)
 

Public Attributes

const Blockheader
 
base::SmallVector< Block const *, 4 > outgoing
 
SparseBitVectormembers
 
LoopInfoprev
 
const Blockend
 
const Blockstart
 

Detailed Description

Definition at line 51 of file instruction-selection-phase.h.

Member Function Documentation

◆ AddOutgoing()

void v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::AddOutgoing ( Zone * zone,
const Block * block )
inline

Definition at line 59 of file instruction-selection-phase.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ end

const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::end

Definition at line 56 of file instruction-selection-phase.h.

◆ header

const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::header

Definition at line 52 of file instruction-selection-phase.h.

◆ members

SparseBitVector* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::members

Definition at line 54 of file instruction-selection-phase.h.

◆ outgoing

base::SmallVector<Block const*, 4> v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::outgoing

Definition at line 53 of file instruction-selection-phase.h.

◆ prev

LoopInfo* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::prev

Definition at line 55 of file instruction-selection-phase.h.

◆ start

const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::start

Definition at line 57 of file instruction-selection-phase.h.


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