![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instruction-selection-phase.h>
Public Member Functions | |
| void | AddOutgoing (Zone *zone, const Block *block) |
Public Attributes | |
| const Block * | header |
| base::SmallVector< Block const *, 4 > | outgoing |
| SparseBitVector * | members |
| LoopInfo * | prev |
| const Block * | end |
| const Block * | start |
Definition at line 51 of file instruction-selection-phase.h.
|
inline |
Definition at line 59 of file instruction-selection-phase.h.
| const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::end |
Definition at line 56 of file instruction-selection-phase.h.
| const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::header |
Definition at line 52 of file instruction-selection-phase.h.
| SparseBitVector* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::members |
Definition at line 54 of file instruction-selection-phase.h.
| base::SmallVector<Block const*, 4> v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::outgoing |
Definition at line 53 of file instruction-selection-phase.h.
| LoopInfo* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::prev |
Definition at line 55 of file instruction-selection-phase.h.
| const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::LoopInfo::start |
Definition at line 57 of file instruction-selection-phase.h.