Home
last modified time | relevance | path

Searched refs:bblock_link (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp42 bblock_link *link = (bblock_link *)list->get_tail(); in pop_stack()
52 bblock_link *l = new(mem_ctx) bblock_link(block, kind); in link()
85 foreach_list_typed_safe (bblock_link, parent, link, &block->parents) { in is_predecessor_of()
98 foreach_list_typed_safe (bblock_link, child, link, &block->children) { in is_successor_of()
146 foreach_list_typed (bblock_link, link, link, &that->parents) { in combine_with()
417 foreach_list_typed_safe (bblock_link, predecessor, link, &block->parents) { in remove_block()
419 foreach_list_typed_safe (bblock_link, successor, link, in remove_block()
428 foreach_list_typed (bblock_link, successor, link, &block->children) { in remove_block()
438 foreach_list_typed_safe (bblock_link, successor, link, &block->children) { in remove_block()
440 foreach_list_typed_safe (bblock_link, predecessor, link, in remove_block()
[all …]
Dbrw_cfg.h56 struct bblock_link { struct
58 DECLARE_RALLOC_CXX_OPERATORS(bblock_link)
60 bblock_link(bblock_t *block, enum bblock_link_kind kind) in bblock_link() argument
Dbrw_disasm_info.c58 foreach_list_typed(struct bblock_link, predecessor_link, link, in dump_assembly()
93 foreach_list_typed(struct bblock_link, successor_link, link, in dump_assembly()
Dbrw_fs_live_variables.cpp166 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
214 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
Dbrw_fs_sel_peephole.cpp144 foreach_list_typed(bblock_link, child, link, &block->children) { in opt_peephole_sel()
Dbrw_vec4_live_variables.cpp154 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
Dbrw_fs_copy_propagation.cpp300 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in run()
339 foreach_list_typed(bblock_link, link, link, &block->parents) { in dump_block_data()
Dbrw_fs_scoreboard.cpp876 foreach_list_typed(bblock_link, child_link, link, in propagate_block_scoreboards()