Searched refs:max_nb_loops (Results 1 – 2 of 2) sorted by relevance
50 int max_nb_loops = 0; in scop_max_loop_depth() local55 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()
1353 int max_nb_loops = scop_max_loop_depth (scop); in build_cloog_prog() local1358 int nbs = 2 * max_nb_loops + 1; in build_cloog_prog()