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

/freebsd-9.3-release/contrib/gcc/
H A Dregclass.c2326 int max_parallel;
2329 PARALLEL in a SET_DEST. This is added to max_parallel. */
2341 max_parallel = 3;
2349 && XVECLEN (pat, 0) > max_parallel)
2350 max_parallel = XVECLEN (pat, 0);
2357 max_parallel += max_set_parallel;
2315 int max_parallel; variable
H A Dglobal.c683 regs_set = XNEWVEC (rtx, max_parallel * 2);
H A Drtl.h1786 extern int max_parallel;

Completed in 83 milliseconds