#include <instruction.h>
Definition at line 1680 of file instruction.h.
◆ Inputs
◆ PhiInstruction()
v8::internal::compiler::PhiInstruction::PhiInstruction |
( |
Zone * | zone, |
|
|
int | virtual_register, |
|
|
size_t | input_count ) |
◆ operands()
const IntVector & v8::internal::compiler::PhiInstruction::operands |
( |
| ) |
const |
|
inline |
◆ output() [1/2]
◆ output() [2/2]
◆ RenameInput()
void v8::internal::compiler::PhiInstruction::RenameInput |
( |
size_t | offset, |
|
|
int | virtual_register ) |
◆ SetInput()
void v8::internal::compiler::PhiInstruction::SetInput |
( |
size_t | offset, |
|
|
int | virtual_register ) |
◆ virtual_register()
int v8::internal::compiler::PhiInstruction::virtual_register |
( |
| ) |
const |
|
inline |
◆ operands_
IntVector v8::internal::compiler::PhiInstruction::operands_ |
|
private |
◆ output_
◆ virtual_register_
const int v8::internal::compiler::PhiInstruction::virtual_register_ |
|
private |
The documentation for this class was generated from the following files: