Home
last modified time | relevance | path

Searched refs:bottom_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()
324 if (op_map[n].bottom_bb == bb) { in bu_sched_bb()
502 assert(op_map[n].bottom_bb == bu_bb); in bu_schedule()
567 if (oi.bottom_bb) in bu_find_best_bb()
572 oi.bottom_bb = bu_bb; in bu_find_best_bb()
578 assert(oi.top_bb && !oi.bottom_bb); in bu_find_best_bb()
608 oi.bottom_bb = best_bb; in bu_find_best_bb()
641 if (oi.bottom_bb == bu_bb) { in bu_release_op()
Dsb_pass.h230 bb_node* bottom_bb; member
231 op_info() : top_bb(), bottom_bb() {} in op_info()