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

/freebsd-10.0-release/contrib/gcc/
H A Dsched-rgn.c194 target are in array bblst_table. */ variable
195 static basic_block *bblst_table;
1399 /* Compute split blocks and store them in bblst_table.
1401 sp->split_bbs.first_member = &bblst_table[bblst_last];
1404 bblst_table[bblst_last] = el.first_member[j]->dest;
1405 sp->update_bbs.first_member = &bblst_table[bblst_last];
1407 /* Compute update blocks and store them in bblst_table.
1412 overrunning the end of the bblst_table. */
1429 bblst_table[bblst_last++] = e->dest;
1438 /* Make sure we didn't overrun the end of bblst_table
[all...]

Completed in 158 milliseconds