Home
last modified time | relevance | path

Searched refs:if_special (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c7985 ir_ref ref, ref2, if_set, if_special, not_set_path, special_path, fast_path; in zend_jit_fetch_constant() local
7998 if_special = ir_IF(ir_AND_A(ref, ir_CONST_ADDR(CACHE_SPECIAL))); in zend_jit_fetch_constant()
7999 ir_IF_TRUE_cold(if_special); in zend_jit_fetch_constant()
8001 ir_IF_FALSE(if_special); in zend_jit_fetch_constant()

Completed in 43 milliseconds