Home
last modified time | relevance | path

Searched refs:max_nb_loops (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-poly.c50 int max_nb_loops = 0; in scop_max_loop_depth() local
55 if (max_nb_loops < nb_loops) in scop_max_loop_depth()
56 max_nb_loops = nb_loops; in scop_max_loop_depth()
59 return max_nb_loops; in scop_max_loop_depth()
H A Dgraphite-clast-to-gimple.c1353 int max_nb_loops = scop_max_loop_depth (scop); in build_cloog_prog() local
1358 int nbs = 2 * max_nb_loops + 1; in build_cloog_prog()