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

#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]
 

Detailed Description

Definition at line 42 of file zend_cfg.h.

Field Documentation

◆ children

int _zend_basic_block::children

Definition at line 53 of file zend_cfg.h.

◆ flags

uint32_t _zend_basic_block::flags

Definition at line 44 of file zend_cfg.h.

◆ idom

int _zend_basic_block::idom

Definition at line 50 of file zend_cfg.h.

◆ len

uint32_t _zend_basic_block::len

Definition at line 46 of file zend_cfg.h.

◆ level

int _zend_basic_block::level

Definition at line 52 of file zend_cfg.h.

◆ loop_header

int _zend_basic_block::loop_header

Definition at line 51 of file zend_cfg.h.

◆ next_child

int _zend_basic_block::next_child

Definition at line 54 of file zend_cfg.h.

◆ predecessor_offset

int _zend_basic_block::predecessor_offset

Definition at line 49 of file zend_cfg.h.

◆ predecessors_count

int _zend_basic_block::predecessors_count

Definition at line 48 of file zend_cfg.h.

◆ start

uint32_t _zend_basic_block::start

Definition at line 45 of file zend_cfg.h.

◆ successors

int* _zend_basic_block::successors

Definition at line 43 of file zend_cfg.h.

◆ successors_count

int _zend_basic_block::successors_count

Definition at line 47 of file zend_cfg.h.

◆ successors_storage

int _zend_basic_block::successors_storage[2]

Definition at line 55 of file zend_cfg.h.


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