Searched refs:found_exit_addr (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 11803 const void *found_exit_addr, argument 12315 } else if (found_exit_addr) { 12316 ir_GUARD_NOT(ref, ir_CONST_ADDR(found_exit_addr)); 12376 } else if (found_exit_addr) { 12377 ir_GUARD_NOT(cond, ir_CONST_ADDR(found_exit_addr)); 13065 const void *found_exit_addr = NULL; local 13082 found_exit_addr = exit_addr; 13088 op2_info, op2_addr, op2_range, dim_type, found_exit_addr, not_found_exit_addr, NULL, 13093 if (found_exit_addr) {
|
Completed in 42 milliseconds