Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 3 of 3) sorted by path

/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c1246 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_remove_empty_diamond() local
1306 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_try_remove_empty_diamond()
1394 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_optimize_phi() local
1397 if (end1->op == IR_END && end2->op == IR_END) { in ir_optimize_phi()
1486 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
1568 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
1625 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
1756 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_split_if() local
1771 SWAP_INSNS(end1, end2); in ir_try_split_if()
1940 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_split_if_cmp() local
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c4356 end1 = ir_END(); in zend_jit_zval_try_addref()
4359 ir_MERGE_WITH(end1); in zend_jit_zval_try_addref()
7724 end1 = ir_END(); in zend_jit_guard_fetch_result_type()
7750 ir_MERGE_WITH(end1); in zend_jit_guard_fetch_result_type()
11758 end1 = ir_END();
11789 end1 = ir_END();
12330 end1 = ir_END();
12394 end1 = ir_END();
12398 if (end1) {
12695 end1 = ir_END();
[all …]
/php-src/ext/standard/
H A Dstring.c3620 const char *end1 = (char *) txt1 + len1; local
3626 for (p = (char *) txt1; p < end1; p++) {
3628 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);

Completed in 77 milliseconds