Lines Matching refs:bblock_link
39 bblock_link *link = (bblock_link *)list->get_tail(); in pop_stack()
49 bblock_link *l = new(mem_ctx) bblock_link(block); in link()
71 foreach_list_typed_safe (bblock_link, parent, link, &block->parents) { in is_predecessor_of()
83 foreach_list_typed_safe (bblock_link, child, link, &block->children) { in is_successor_of()
131 foreach_list_typed (bblock_link, link, link, &this->children) { in combine_with()
134 foreach_list_typed (bblock_link, link, link, &that->parents) { in combine_with()
397 foreach_list_typed_safe (bblock_link, predecessor, link, &block->parents) { in remove_block()
399 foreach_list_typed_safe (bblock_link, successor, link, in remove_block()
408 foreach_list_typed (bblock_link, successor, link, &block->children) { in remove_block()
416 foreach_list_typed_safe (bblock_link, successor, link, &block->children) { in remove_block()
418 foreach_list_typed_safe (bblock_link, predecessor, link, in remove_block()
427 foreach_list_typed (bblock_link, predecessor, link, &block->parents) { in remove_block()
492 foreach_list_typed(bblock_link, link, link, &block->parents) { in dump()
500 foreach_list_typed(bblock_link, link, link, &block->children) { in dump()
533 foreach_list_typed(bblock_link, parent, link, &block->parents) { in calculate_idom()
577 foreach_list_typed_safe (bblock_link, child, link, &block->children) { in dump_cfg()