Searched refs:bblock_link (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 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() [all …]
|
D | brw_cfg.h | 35 struct bblock_link { struct 37 DECLARE_RALLOC_CXX_OPERATORS(bblock_link) 39 bblock_link(bblock_t *block) in bblock_link() argument
|
D | brw_disasm_info.c | 52 foreach_list_typed(struct bblock_link, predecessor_link, link, in dump_assembly() 83 foreach_list_typed(struct bblock_link, successor_link, link, in dump_assembly()
|
D | brw_fs_live_variables.cpp | 166 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()
|
D | brw_fs_sel_peephole.cpp | 144 foreach_list_typed(bblock_link, child, link, &block->children) { in opt_peephole_sel()
|
D | brw_vec4_live_variables.cpp | 143 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
|
D | brw_fs_copy_propagation.cpp | 242 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in run() 281 foreach_list_typed(bblock_link, link, link, &block->parents) { in dump_block_data()
|