Searched refs:_pos (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 472 #define ir_PHI_SET_OP(_ref, _pos, _src) _ir_PHI_SET_OP(_ir_CTX, (_ref), (_pos), (_src)) argument 601 #define ir_MERGE_SET_OP(_ref, _pos, _src) _ir_MERGE_SET_OP(_ir_CTX, (_ref), (_pos), (_src)) argument 615 #define ir_SNAPSHOT_SET_OP(_s, _pos, _v) _ir_SNAPSHOT_SET_OP(_ir_CTX, (_s), (_pos), (_v)) argument
|
H A D | ir_ra.c | 2254 ir_live_pos _pos = (pos); \ 2259 IR_LIVE_POS_TO_REF(_pos), IR_LIVE_POS_TO_SUB_REF(_pos)); \ 2267 ir_live_pos _pos = (pos); \ 2273 IR_LIVE_POS_TO_REF(_pos), IR_LIVE_POS_TO_SUB_REF(_pos)); \
|
Completed in 21 milliseconds