Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c469 insn->prev_const = ctx->prev_const_chain[IR_ADDR];
470 ctx->prev_const_chain[IR_ADDR] = ref;
477 next = ctx->prev_const_chain[IR_ADDR];
491 insn->prev_const = ctx->prev_const_chain[IR_ADDR];
492 ctx->prev_const_chain[IR_ADDR] = ref;
510 ref = ctx->prev_const_chain[type];
530 prev = ctx->prev_const_chain[type];
531 ctx->prev_const_chain[type] = -ctx->consts_count;
H A Dir.h642 ir_ref prev_const_chain[IR_LAST_TYPE]; member

Completed in 37 milliseconds