Searched refs:get_target_block (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/Optimizer/ |
H A D | block_pass.c | 1110 static zend_always_inline zend_basic_block *get_target_block(const zend_cfg *cfg, zend_basic_block … in get_target_block() function 1198 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1210 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1243 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1256 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1264 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1285 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1338 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization() 1389 target_block = get_target_block(cfg, block, 0, opt_count); in zend_jmp_optimization()
|
Completed in 9 milliseconds