Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_private.h909 #define IR_OP_FLAG_EDGES_MASK 0x03 macro
942 #define IR_INPUT_EDGES_COUNT(flags) (flags & IR_OP_FLAG_EDGES_MASK)

Completed in 9 milliseconds