Home
last modified time | relevance | path

Searched refs:top_bb (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp115 o.top_bb = o.bottom_bb = static_cast<bb_node*>(c); in collect_instructions()
171 op_map[n].top_bb = bb; in td_schedule()
577 bb_node* top_bb = oi.top_bb; in bu_find_best_bb() local
578 assert(oi.top_bb && !oi.bottom_bb); in bu_find_best_bb()
588 if (top_bb->loop_level <= best_bb->loop_level) { in bu_find_best_bb()
589 while (c && c != top_bb) { in bu_find_best_bb()
Dsb_pass.h229 bb_node* top_bb; member
231 op_info() : top_bb(), bottom_bb() {} in op_info()