Searched defs:scdf (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/Zend/Optimizer/ |
H A D | scdf.c | 54 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible() 82 void scdf_init(zend_optimizer_ctx *ctx, scdf_ctx *scdf, zend_op_array *op_array, zend_ssa *ssa) { in scdf_init() 103 void scdf_solve(scdf_ctx *scdf, const char *name) { in scdf_solve() 188 scdf_ctx *scdf, const zend_op *opline, const zend_ssa_op *ssa_op) { in is_live_loop_var_free() 208 static bool kept_alive_by_loop_var_free(scdf_ctx *scdf, const zend_basic_block *block) { in kept_alive_by_loop_var_free() 223 static uint32_t cleanup_loop_var_free_block(scdf_ctx *scdf, zend_basic_block *block) { in cleanup_loop_var_free_block() 259 int scdf_remove_unreachable_blocks(scdf_ctx *scdf) { in scdf_remove_unreachable_blocks()
|
H A D | scdf.h | 55 static inline void scdf_add_to_worklist(scdf_ctx *scdf, int var_num) { in scdf_add_to_worklist() 69 static inline void scdf_add_def_to_worklist(scdf_ctx *scdf, int var_num) { in scdf_add_def_to_worklist() 92 static inline bool scdf_is_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible()
|
H A D | sccp.c | 81 scdf_ctx scdf; member 151 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value() 990 static void sccp_visit_instr(scdf_ctx *scdf, zend_op *opline, zend_ssa_op *ssa_op) { in sccp_visit_instr() 1867 scdf_ctx *scdf, in sccp_mark_feasible_successors() 2077 static void sccp_visit_phi(scdf_ctx *scdf, zend_ssa_phi *phi) { in sccp_visit_phi()
|
Completed in 20 milliseconds