Searched refs:bottom_bb (Results 1 – 2 of 2) sorted by relevance
115 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()523 assert(op_map[n].bottom_bb == bu_bb); in bu_schedule()592 if (oi.bottom_bb) in bu_find_best_bb()597 oi.bottom_bb = bu_bb; in bu_find_best_bb()603 assert(oi.top_bb && !oi.bottom_bb); in bu_find_best_bb()633 oi.bottom_bb = best_bb; in bu_find_best_bb()666 if (oi.bottom_bb == bu_bb) { in bu_release_op()
231 bb_node* bottom_bb; member232 op_info() : top_bb(), bottom_bb() {} in op_info()