Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c13191 ir_ref if_def_hash = IR_UNUSED, if_def_packed = IR_UNUSED; local
13278 if_def_hash = ir_IF(jit_Z_TYPE_ref(jit, hash_p_ref));
13279 ir_IF_FALSE(if_def_hash);
13366 ZEND_ASSERT(if_def_hash);
13367 ir_IF_TRUE(if_def_hash);
13453 if (if_def_hash && if_def_packed) {
13454 ir_IF_TRUE(if_def_hash);
13458 } else if (if_def_hash) {
13459 ir_IF_TRUE(if_def_hash);

Completed in 48 milliseconds