Searched refs:__scan_inst (Results 1 – 1 of 1) sorted by relevance
424 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument425 for (__type *__scan_inst = (__type *)__inst->next; \426 !__scan_inst->is_tail_sentinel(); \427 __scan_inst = (__type *)__scan_inst->next)429 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument430 for (__type *__scan_inst = (__type *)__inst->prev; \431 !__scan_inst->is_head_sentinel(); \432 __scan_inst = (__type *)__scan_inst->prev)