![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
| typedef ZoneVector< InstructionOperand > | Inputs |
Public Member Functions | |
| PhiInstruction (Zone *zone, int virtual_register, size_t input_count) | |
| void | SetInput (size_t offset, int virtual_register) |
| void | RenameInput (size_t offset, int virtual_register) |
| int | virtual_register () const |
| const IntVector & | operands () const |
| const InstructionOperand & | output () const |
| InstructionOperand & | output () |
Definition at line 1306 of file instruction.h.