Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c3847 ir_ref ref, if_ref, cache_result, function_result, phi_result, cache_slot_ref; in zend_jit_jmp_frameless() local
3852 cache_result = ir_LOAD_L(cache_slot_ref); in zend_jit_jmp_frameless()
3855 if_ref = ir_IF(cache_result); in zend_jit_jmp_frameless()
3863 phi_result = ir_PHI_2(IR_LONG, function_result, cache_result); in zend_jit_jmp_frameless()

Completed in 45 milliseconds