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::BlockData Struct Reference

#include <instruction-selection-phase.h>

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

Public Attributes

int32_t rpo_number = kBlockUnvisited
 
size_t loop_number = kNoLoopNumber
 
const Blockrpo_next = nullptr
 

Static Public Attributes

static constexpr size_t kNoLoopNumber = std::numeric_limits<size_t>::max()
 

Detailed Description

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

Member Data Documentation

◆ kNoLoopNumber

size_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::kNoLoopNumber = std::numeric_limits<size_t>::max()
staticconstexpr

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

◆ loop_number

size_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::loop_number = kNoLoopNumber

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

◆ rpo_next

const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::rpo_next = nullptr

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

◆ rpo_number

int32_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::BlockData::rpo_number = kBlockUnvisited

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


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