#include <register-allocator.h>
Definition at line 208 of file register-allocator.h.
◆ PhiMapValue()
◆ AddOperand()
void v8::internal::compiler::RegisterAllocationData::PhiMapValue::AddOperand |
( |
InstructionOperand * | operand | ) |
|
◆ assigned_register()
int v8::internal::compiler::RegisterAllocationData::PhiMapValue::assigned_register |
( |
| ) |
const |
|
inline |
◆ block()
const InstructionBlock * v8::internal::compiler::RegisterAllocationData::PhiMapValue::block |
( |
| ) |
const |
|
inline |
◆ CommitAssignment()
void v8::internal::compiler::RegisterAllocationData::PhiMapValue::CommitAssignment |
( |
const InstructionOperand & | operand | ) |
|
◆ phi()
const PhiInstruction * v8::internal::compiler::RegisterAllocationData::PhiMapValue::phi |
( |
| ) |
const |
|
inline |
◆ set_assigned_register()
void v8::internal::compiler::RegisterAllocationData::PhiMapValue::set_assigned_register |
( |
int | register_code | ) |
|
|
inline |
◆ UnsetAssignedRegister()
void v8::internal::compiler::RegisterAllocationData::PhiMapValue::UnsetAssignedRegister |
( |
| ) |
|
|
inline |
◆ assigned_register_
int v8::internal::compiler::RegisterAllocationData::PhiMapValue::assigned_register_ |
|
private |
◆ block_
const InstructionBlock* const v8::internal::compiler::RegisterAllocationData::PhiMapValue::block_ |
|
private |
◆ incoming_operands_
◆ phi_
PhiInstruction* const v8::internal::compiler::RegisterAllocationData::PhiMapValue::phi_ |
|
private |
The documentation for this class was generated from the following files: