Lines Matching defs:prev
102 bblock_t *prev();
103 const bblock_t *prev() const;
174 if (exec_node_is_head_sentinel(block->link.prev))
177 return (struct bblock_t *)block->link.prev;
183 if (exec_node_is_head_sentinel(block->link.prev))
186 return (const struct bblock_t *)block->link.prev;
226 inst = (struct backend_instruction *)inst->prev;
228 inst = (struct backend_instruction *)inst->link.prev;
271 bblock_t::prev()
277 bblock_t::prev() const
441 for (__type *__scan_inst = (__type *)__inst->prev; \
443 __scan_inst = (__type *)__scan_inst->prev)