php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_ssa_op Struct Reference

#include <zend_ssa.h>

Data Fields

int op1_use
 
int op2_use
 
int result_use
 
int op1_def
 
int op2_def
 
int result_def
 
int op1_use_chain
 
int op2_use_chain
 
int res_use_chain
 

Detailed Description

Definition at line 82 of file zend_ssa.h.

Field Documentation

◆ op1_def

int _zend_ssa_op::op1_def

Definition at line 86 of file zend_ssa.h.

◆ op1_use

int _zend_ssa_op::op1_use

Definition at line 83 of file zend_ssa.h.

◆ op1_use_chain

int _zend_ssa_op::op1_use_chain

Definition at line 89 of file zend_ssa.h.

◆ op2_def

int _zend_ssa_op::op2_def

Definition at line 87 of file zend_ssa.h.

◆ op2_use

int _zend_ssa_op::op2_use

Definition at line 84 of file zend_ssa.h.

◆ op2_use_chain

int _zend_ssa_op::op2_use_chain

Definition at line 90 of file zend_ssa.h.

◆ res_use_chain

int _zend_ssa_op::res_use_chain

Definition at line 91 of file zend_ssa.h.

◆ result_def

int _zend_ssa_op::result_def

Definition at line 88 of file zend_ssa.h.

◆ result_use

int _zend_ssa_op::result_use

Definition at line 85 of file zend_ssa.h.


The documentation for this struct was generated from the following file: