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

Public Attributes

NodeIdT first_register_use
 
NodeIdT last_register_use
 

Detailed Description

Definition at line 299 of file maglev-pre-regalloc-codegen-processors.h.

Member Data Documentation

◆ first_register_use

NodeIdT v8::internal::maglev::LiveRangeAndNextUseProcessor::NodeUse::first_register_use

Definition at line 301 of file maglev-pre-regalloc-codegen-processors.h.

◆ last_register_use

NodeIdT v8::internal::maglev::LiveRangeAndNextUseProcessor::NodeUse::last_register_use

Definition at line 302 of file maglev-pre-regalloc-codegen-processors.h.


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