Searched refs:__scan_inst (Results 1 – 1 of 1) sorted by relevance
435 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument436 for (__type *__scan_inst = (__type *)__inst->next; \437 !__scan_inst->is_tail_sentinel(); \438 __scan_inst = (__type *)__scan_inst->next)440 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument441 for (__type *__scan_inst = (__type *)__inst->prev; \442 !__scan_inst->is_head_sentinel(); \443 __scan_inst = (__type *)__scan_inst->prev)