Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h599 #define ir_MERGE_2(_src1, _src2) _ir_MERGE_2(_ir_CTX, (_src1), (_src2)) macro
625 #define ir_MERGE_WITH(_src2) do {ir_ref end = ir_END(); ir_MERGE_2(end, _src2);} while…
626 #define ir_MERGE_WITH_EMPTY_TRUE(_if) do {ir_ref end = ir_END(); ir_IF_TRUE(_if); ir_MERGE_2(en…
627 #define ir_MERGE_WITH_EMPTY_FALSE(_if) do {ir_ref end = ir_END(); ir_IF_FALSE(_if); ir_MERGE_2(e…
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3501 ir_MERGE_2(true_path, false_path); in _zend_jit_merge_smart_branch_inputs()
5795 ir_MERGE_2(ref, ir_END()); in zend_jit_long_math_helper()
5899 ir_MERGE_2(fast_path, ir_END()); in zend_jit_long_math_helper()
7821 ir_MERGE_2(if_zero, ir_END()); in zend_jit_defined()
9171 ir_MERGE_2(cold_path, ir_END());
9250 ir_MERGE_2(cold_path, ir_END());
15142 ir_MERGE_2(noref_path, ref_path);
15219 ir_MERGE_2(noref_path, ref_path);
15647 ir_MERGE_2(noref_path, ref_path);
15970 ir_MERGE_2(fast_path, cold_path);
[all …]

Completed in 83 milliseconds