Searched refs:max_parallel (Results 1 – 4 of 4) sorted by relevance
2315 int max_parallel; variable2330 max_parallel = 3; in reg_scan()2338 && XVECLEN (pat, 0) > max_parallel) in reg_scan()2339 max_parallel = XVECLEN (pat, 0); in reg_scan()2346 max_parallel += max_set_parallel; in reg_scan()
680 regs_set = XNEWVEC (rtx, max_parallel * 2); in global_conflicts()
1782 extern int max_parallel;
31234 (reg_scan): Take it into account in computation of max_parallel.