#include <cfg.h>
Definition at line 23 of file cfg.h.
◆ Block()
Definition at line 25 of file cfg.h.
◆ Add()
void v8::internal::torque::Block::Add |
( |
Instruction | instruction | ) |
|
|
inline |
Definition at line 32 of file cfg.h.
◆ HasInputDefinitions()
bool v8::internal::torque::Block::HasInputDefinitions |
( |
| ) |
const |
|
inline |
Definition at line 76 of file cfg.h.
◆ HasInputTypes()
bool v8::internal::torque::Block::HasInputTypes |
( |
| ) |
const |
|
inline |
Definition at line 37 of file cfg.h.
◆ id()
size_t v8::internal::torque::Block::id |
( |
| ) |
const |
|
inline |
Definition at line 52 of file cfg.h.
◆ InputDefinitions()
Definition at line 79 of file cfg.h.
◆ InputTypes()
const Stack< const Type * > & v8::internal::torque::Block::InputTypes |
( |
| ) |
const |
|
inline |
Definition at line 38 of file cfg.h.
◆ instructions() [1/2]
std::vector< Instruction > & v8::internal::torque::Block::instructions |
( |
| ) |
|
|
inline |
Definition at line 47 of file cfg.h.
◆ instructions() [2/2]
const std::vector< Instruction > & v8::internal::torque::Block::instructions |
( |
| ) |
const |
|
inline |
Definition at line 48 of file cfg.h.
◆ IsComplete()
bool v8::internal::torque::Block::IsComplete |
( |
| ) |
const |
|
inline |
Definition at line 49 of file cfg.h.
◆ IsDead()
bool v8::internal::torque::Block::IsDead |
( |
| ) |
const |
|
inline |
Definition at line 84 of file cfg.h.
◆ IsDeferred()
bool v8::internal::torque::Block::IsDeferred |
( |
| ) |
const |
|
inline |
Definition at line 53 of file cfg.h.
◆ MergeInputDefinitions()
Definition at line 55 of file cfg.h.
◆ Retype()
void v8::internal::torque::Block::Retype |
( |
| ) |
|
|
inline |
Definition at line 40 of file cfg.h.
◆ SetInputTypes()
void v8::internal::torque::Block::SetInputTypes |
( |
const Stack< const Type * > & | input_types | ) |
|
◆ cfg_
Definition at line 87 of file cfg.h.
◆ id_
const size_t v8::internal::torque::Block::id_ |
|
private |
Definition at line 91 of file cfg.h.
◆ input_definitions_
Definition at line 90 of file cfg.h.
◆ input_types_
std::optional<Stack<const Type*> > v8::internal::torque::Block::input_types_ |
|
private |
Definition at line 89 of file cfg.h.
◆ instructions_
std::vector<Instruction> v8::internal::torque::Block::instructions_ |
|
private |
Definition at line 88 of file cfg.h.
◆ is_deferred_
bool v8::internal::torque::Block::is_deferred_ |
|
private |
Definition at line 92 of file cfg.h.
The documentation for this class was generated from the following files: