Searched refs:if_special (Results 1 – 1 of 1) sorted by relevance
7998 ir_ref ref, ref2, if_set, if_special, not_set_path, special_path, fast_path; in zend_jit_fetch_constant() local8011 if_special = ir_IF(ir_AND_A(ref, ir_CONST_ADDR(CACHE_SPECIAL))); in zend_jit_fetch_constant()8012 ir_IF_TRUE_cold(if_special); in zend_jit_fetch_constant()8014 ir_IF_FALSE(if_special); in zend_jit_fetch_constant()
Completed in 49 milliseconds