Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgraphite-scop-detection.cc1651 graphite_dim_t max_dim = param_graphite_max_nb_scop_params; in build_scops() local
1652 if (max_dim > 0 in build_scops()
1653 && scop_nb_params (scop) > max_dim) in build_scops()
1658 << max_dim << ".\n"); in build_scops()