Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_emit.c497 todo = IR_REGSET_EMPTY; in ir_parallel_copy()
498 srcs = IR_REGSET_EMPTY; in ir_parallel_copy()
534 while (ready != IR_REGSET_EMPTY) { in ir_parallel_copy()
552 if (todo == IR_REGSET_EMPTY) { in ir_parallel_copy()
561 while (todo != IR_REGSET_EMPTY) { in ir_parallel_copy()
H A Dir_private.h1243 #define IR_REGSET_EMPTY 0 macro
1246 (regset == IR_REGSET_EMPTY)
H A Dir_ra.c2851 available = IR_REGSET_EMPTY; in ir_try_allocate_free_reg()
2864 overlapped = IR_REGSET_EMPTY; in ir_try_allocate_free_reg()
2901 if (available != IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()
2933 if (scratch != IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()
2945 if (non_conflicting == IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()
2952 if (non_conflicting != IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()

Completed in 22 milliseconds