Searched refs:top_bb (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_gcm.cpp115 o.top_bb = o.bottom_bb = static_cast<bb_node*>(c);
171 op_map[n].top_bb = bb;
602 bb_node* top_bb = oi.top_bb; local in function:r600_sb::gcm::bu_find_best_bb
603 assert(oi.top_bb && !oi.bottom_bb);
607 // FIXME top_bb may be located inside the loop so we'll never enter it
610 // For now just check if top_bb's loop_level is higher than of
613 if (top_bb->loop_level <= best_bb->loop_level) {
614 while (c && c != top_bb) {
H A Dsb_pass.h230 bb_node* top_bb; member in struct:r600_sb::gcm::op_info
232 op_info() : top_bb(), bottom_bb() {}
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_gcm.cpp115 o.top_bb = o.bottom_bb = static_cast<bb_node*>(c);
171 op_map[n].top_bb = bb;
602 bb_node* top_bb = oi.top_bb; local in function:r600_sb::gcm::bu_find_best_bb
603 assert(oi.top_bb && !oi.bottom_bb);
607 // FIXME top_bb may be located inside the loop so we'll never enter it
610 // For now just check if top_bb's loop_level is higher than of
613 if (top_bb->loop_level <= best_bb->loop_level) {
614 while (c && c != top_bb) {
H A Dsb_pass.h230 bb_node* top_bb; member in struct:r600_sb::gcm::op_info
232 op_info() : top_bb(), bottom_bb() {}

Completed in 21 milliseconds