Home
last modified time | relevance | path

Searched defs:_ir_use_pos (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_private.h1180 struct _ir_use_pos { struct
1181 uint16_t op_num; /* 0 - means result */
1182 int8_t hint;
1183 uint8_t flags;
1184 ir_ref hint_ref; /* negative references are used for FUSION anf PHI */
1185 ir_live_pos pos;
1186 ir_use_pos *next;

Completed in 15 milliseconds