Searched refs:if_cached (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 9117 ir_ref func_ref, func_ref2, scope_ref, scope_ref2, if_cached, cold_path, ref; local 9161 if_cached = ir_IF(func_ref); 9162 ir_IF_FALSE_cold(if_cached); 9173 ir_IF_TRUE(if_cached); 15854 ir_ref ref, ref2, if_cached, fast_path, cold_path, prop_info_ref, if_typed, if_def; local 15907 if_cached = ir_IF(ref); 15908 ir_IF_TRUE(if_cached); 15976 ir_IF_FALSE_cold(if_cached);
|
Completed in 42 milliseconds