Lines Matching full:bb0
4687 /* If possible, return a loop-unrolled version of bb0. The original
4743 static IRSB* maybe_loop_unroll_BB ( IRSB* bb0, Addr my_addr )
4758 without modifying bb0. */
4760 if (bb0->jumpkind != Ijk_Boring)
4769 udst = bb0->next;
4788 unroll_factor = calc_unroll_factor( bb0 );
4791 bb1 = deepCopyIRSB( bb0 );
4792 bb0 = NULL;
4803 for (i = bb0->stmts_used-1; i >= 0; i--)
4804 if (bb0->stmts[i])
4810 st = bb0->stmts[i];
4835 unroll_factor = calc_unroll_factor( bb0 );
4839 bb1 = deepCopyIRSB( bb0 );
4840 bb0 = NULL;
6573 IRSB* bb0,
6592 bb = flatten_BB ( bb0 );