Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c543 ctx->cfg_blocks[1].flags |= (use_insn->op == IR_PARAM) ? IR_BB_HAS_PARAM : IR_BB_HAS_VAR; in ir_gcm()
616 bb->flags |= IR_BB_HAS_VAR; in ir_gcm()
806 if (bb->flags & (IR_BB_HAS_PHI|IR_BB_HAS_PI|IR_BB_HAS_PARAM|IR_BB_HAS_VAR)) { in ir_schedule()
855 if (bb->flags & (IR_BB_HAS_PHI|IR_BB_HAS_PI|IR_BB_HAS_PARAM|IR_BB_HAS_VAR)) { in ir_schedule()
H A Dir_private.h1084 #define IR_BB_HAS_VAR (1<<13) macro

Completed in 12 milliseconds