Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp39 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 …]
Dbrw_cfg.h35 struct bblock_link { struct
37 DECLARE_RALLOC_CXX_OPERATORS(bblock_link)
39 bblock_link(bblock_t *block) in bblock_link() argument
Dbrw_disasm_info.c52 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()
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.cpp143 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
Dbrw_fs_copy_propagation.cpp242 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()