Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2423 ctx->flags2 |= IR_RA_HAVE_SPLITS; in ir_split_interval_at()
3573 ctx->flags2 &= ~(IR_RA_HAVE_SPLITS|IR_RA_HAVE_SPILLS); in ir_linear_scan()
3687 if (ctx->flags2 & (IR_RA_HAVE_SPLITS|IR_RA_HAVE_SPILLS)) { in ir_linear_scan()
3878 if (!(ctx->flags2 & (IR_RA_HAVE_SPLITS|IR_RA_HAVE_SPILLS))) { in assign_regs()
H A Dir_private.h1011 #define IR_RA_HAVE_SPLITS (1<<25) macro

Completed in 18 milliseconds