Searched refs:bb_start (Results 1 – 3 of 3) sorted by relevance
138 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()
615 ir_ref bb_start; /* used by target CPU instruction matcher */ member
3661 ir_ref ref, bb_start; in zend_jit_bb_start() local3682 bb_start = 1; in zend_jit_bb_start()3686 bb_start = jit->ctx.control; in zend_jit_bb_start()3724 bb_start = jit->ctx.control; in zend_jit_bb_start()3772 bb_start = jit->ctx.control; in zend_jit_bb_start()3780 bb_start = jit->ctx.control; in zend_jit_bb_start()3788 jit->bb_start_ref[b] = bb_start; in zend_jit_bb_start()3791 jit->ctx.fold_cse_limit = bb_start; in zend_jit_bb_start()
Completed in 55 milliseconds