Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-scop-detection.c1640 unsigned max_arrays = param_graphite_max_arrays_per_scop; in build_scops() local
1641 if (max_arrays > 0 in build_scops()
1642 && scop->drs.length () >= max_arrays) in build_scops()
1647 << max_arrays << ".\n"); in build_scops()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-scop-detection.cc1638 unsigned max_arrays = param_graphite_max_arrays_per_scop; in build_scops() local
1639 if (max_arrays > 0 in build_scops()
1640 && scop->drs.length () >= max_arrays) in build_scops()
1645 << max_arrays << ".\n"); in build_scops()