Searched refs:bblock_link_physical (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 228 cur_else->add_successor(mem_ctx, next, bblock_link_physical); in cfg_t() 315 cur->add_successor(mem_ctx, cur_while, bblock_link_physical); in cfg_t() 342 cur->add_successor(mem_ctx, next, bblock_link_physical); in cfg_t() 361 cur->add_successor(mem_ctx, cur_do, bblock_link_physical); in cfg_t() 368 cur->add_successor(mem_ctx, next, bblock_link_physical); in cfg_t()
|
D | brw_cfg.h | 53 bblock_link_physical enumerator
|