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

/freebsd-10.0-release/contrib/gcc/
H A Dflow.c1043 calculate_global_regs_live (sbitmap blocks_in, sbitmap blocks_out, int flags)
1126 if (blocks_out)
1127 sbitmap_zero (blocks_out);
1327 if (blocks_out)
1328 SET_BIT (blocks_out, bb->index);
1392 if (blocks_out)
1393 SET_BIT (blocks_out, pbb->index);
1442 if (blocks_out)
1446 EXECUTE_IF_SET_IN_SBITMAP (blocks_out, 0, i, sbi)
1040 calculate_global_regs_live(sbitmap blocks_in, sbitmap blocks_out, int flags) argument

Completed in 173 milliseconds