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

#include <maglev-regalloc.h>

Collaboration diagram for v8::internal::maglev::RegallocInfo:

Classes

struct  RegallocLoopInfo
 

Public Attributes

absl::flat_hash_map< BasicBlock::Id, RegallocLoopInfoloop_info_
 

Detailed Description

Definition at line 24 of file maglev-regalloc.h.

Member Data Documentation

◆ loop_info_

absl::flat_hash_map<BasicBlock::Id, RegallocLoopInfo> v8::internal::maglev::RegallocInfo::loop_info_

Definition at line 33 of file maglev-regalloc.h.


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