|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | DEBUG_PRINT(...) |
Functions | |
| 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) |
| void | scdf_solve (scdf_ctx *scdf, const char *name) |
| uint32_t | scdf_remove_unreachable_blocks (scdf_ctx *scdf) |
| void scdf_init | ( | zend_optimizer_ctx * | ctx, |
| scdf_ctx * | scdf, | ||
| zend_op_array * | op_array, | ||
| zend_ssa * | ssa ) |