Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c1247 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_remove_empty_diamond() local
1307 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_try_remove_empty_diamond()
1395 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_optimize_phi() local
1398 if (end1->op == IR_END && end2->op == IR_END) { in ir_optimize_phi()
1487 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
1569 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
1626 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
1757 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_split_if() local
1772 SWAP_INSNS(end1, end2); in ir_try_split_if()
1941 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.c4416 end1 = ir_END(); in zend_jit_zval_try_addref()
4419 ir_MERGE_WITH(end1); in zend_jit_zval_try_addref()
7931 end1 = ir_END(); in zend_jit_guard_fetch_result_type()
7961 ir_MERGE_WITH(end1); in zend_jit_guard_fetch_result_type()
11965 end1 = ir_END();
11996 end1 = ir_END();
12537 end1 = ir_END();
12601 end1 = ir_END();
12605 if (end1) {
12904 end1 = ir_END();
[all …]
/php-src/ext/standard/
H A Dstring.c3588 const char *end1 = (char *) txt1 + len1; local
3594 for (p = (char *) txt1; p < end1; p++) {
3596 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);

Completed in 66 milliseconds