Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c8856 ir_ref if_static = IR_UNUSED, cold_path, this_ref = IR_NULL, func_ref = IR_NULL; local
9039 if_static = ir_IF(ir_AND_U32(
9042 ir_IF_TRUE_cold(if_static);
9068 ir_IF_FALSE(if_static);
9118 ir_ref if_static = IR_UNUSED; local
9225 if_static = ir_IF(ir_AND_U32(
9228 ir_IF_FALSE_cold(if_static);
9240 ir_IF_TRUE(if_static);

Completed in 46 milliseconds