Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_emit.c138 return ref > ctx->bb_start; in ir_in_same_block()
1013 …ctx->bb_start = start; /* bb_start is used by matcher to avoid fusion of insns from different bloc… in ir_match()
H A Dir.h615 ir_ref bb_start; /* used by target CPU instruction matcher */ member
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3654 ir_ref ref, bb_start; in zend_jit_bb_start() local
3675 bb_start = 1; in zend_jit_bb_start()
3679 bb_start = jit->ctx.control; in zend_jit_bb_start()
3717 bb_start = jit->ctx.control; in zend_jit_bb_start()
3765 bb_start = jit->ctx.control; in zend_jit_bb_start()
3773 bb_start = jit->ctx.control; in zend_jit_bb_start()
3781 jit->bb_start_ref[b] = bb_start; in zend_jit_bb_start()
3784 jit->ctx.fold_cse_limit = bb_start; in zend_jit_bb_start()

Completed in 123 milliseconds