Home
last modified time | relevance | path

Searched refs:max_parallel (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcc/
HDregclass.c2315 int max_parallel; variable
2330 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()
HDglobal.c680 regs_set = XNEWVEC (rtx, max_parallel * 2); in global_conflicts()
HDrtl.h1782 extern int max_parallel;
HDChangeLog-200131234 (reg_scan): Take it into account in computation of max_parallel.