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_cfg.c59 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_remove_empty_diamond() local
62 if (end1->op != IR_END || end2->op != IR_END) { in ir_try_remove_empty_diamond()
116 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_try_remove_empty_diamond()
190 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_optimize_phi() local
282 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
360 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
413 MAKE_NOP(end1); CLEAR_USES(end1_ref); in ir_optimize_phi()
540 ir_insn *end1 = &ctx->ir_base[end1_ref]; in ir_try_split_if() local
555 SWAP_INSNS(end1, end2); in ir_try_split_if()
641 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 95 milliseconds