|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_cfg.h>
Data Fields | |
| int * | successors |
| uint32_t | flags |
| uint32_t | start |
| uint32_t | len |
| int | successors_count |
| int | predecessors_count |
| int | predecessor_offset |
| int | idom |
| int | loop_header |
| int | level |
| int | children |
| int | next_child |
| int | successors_storage [2] |
Definition at line 42 of file zend_cfg.h.
| int _zend_basic_block::children |
Definition at line 53 of file zend_cfg.h.
| uint32_t _zend_basic_block::flags |
Definition at line 44 of file zend_cfg.h.
| int _zend_basic_block::idom |
Definition at line 50 of file zend_cfg.h.
| uint32_t _zend_basic_block::len |
Definition at line 46 of file zend_cfg.h.
| int _zend_basic_block::level |
Definition at line 52 of file zend_cfg.h.
| int _zend_basic_block::loop_header |
Definition at line 51 of file zend_cfg.h.
| int _zend_basic_block::next_child |
Definition at line 54 of file zend_cfg.h.
| int _zend_basic_block::predecessor_offset |
Definition at line 49 of file zend_cfg.h.
| int _zend_basic_block::predecessors_count |
Definition at line 48 of file zend_cfg.h.
| uint32_t _zend_basic_block::start |
Definition at line 45 of file zend_cfg.h.
| int* _zend_basic_block::successors |
Definition at line 43 of file zend_cfg.h.
| int _zend_basic_block::successors_count |
Definition at line 47 of file zend_cfg.h.
| int _zend_basic_block::successors_storage[2] |
Definition at line 55 of file zend_cfg.h.