Searched refs:cache_result (Results 1 – 1 of 1) sorted by relevance
3847 ir_ref ref, if_ref, cache_result, function_result, phi_result, cache_slot_ref; in zend_jit_jmp_frameless() local3852 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 44 milliseconds