php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_bitset.h"
Go to the source code of this file.
Data Structures | |
struct | _scdf_ctx |
Typedefs | |
typedef struct _scdf_ctx | scdf_ctx |
Functions | |
void | scdf_init (zend_optimizer_ctx *ctx, scdf_ctx *scdf, zend_op_array *op_array, zend_ssa *ssa) |
void | scdf_solve (scdf_ctx *scdf, const char *name) |
uint32_t | scdf_remove_unreachable_blocks (scdf_ctx *scdf) |
void | scdf_mark_edge_feasible (scdf_ctx *scdf, int from, int to) |
void scdf_init | ( | zend_optimizer_ctx * | ctx, |
scdf_ctx * | scdf, | ||
zend_op_array * | op_array, | ||
zend_ssa * | ssa ) |