Searched refs:ir_MERGE_SET_OP (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 601 #define ir_MERGE_SET_OP(_ref, _pos, _src) _ir_MERGE_SET_OP(_ir_CTX, (_ref), (_pos), (_src)) macro
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3463 ir_MERGE_SET_OP(header, i + 1, ref); in _zend_jit_add_predecessor_ref() 10300 ir_MERGE_SET_OP(loop, 2, ir_LOOP_END()); 11104 ir_MERGE_SET_OP(jit->trace_loop_ref, 2, ir_END()); 13748 ir_MERGE_SET_OP(loop_ref, 2, ir_LOOP_END()); 13810 ir_MERGE_SET_OP(loop_ref, 2, ir_LOOP_END()); 17184 ir_MERGE_SET_OP(loop_ref, 2, ir_LOOP_END());
|
Completed in 62 milliseconds