HomeSort by: relevance | last modified time | path
    Searched defs:nb_out (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
graphite-dependences.cc 141 int nb_out = isl_space_dim (space, isl_dim_out); local
143 if (global_max < nb_out)
144 *((int *) user) = nb_out;
graphite-sese-to-poly.cc 622 int nb_out = 1 + DR_NUM_DIMENSIONS (dr); local
624 isl_dim_out, nb_out);
681 int nb_out = 1; local
683 isl_dim_out, nb_out);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-dependences.cc 141 int nb_out = isl_space_dim (space, isl_dim_out); local
143 if (global_max < nb_out)
144 *((int *) user) = nb_out;
graphite-sese-to-poly.cc 620 int nb_out = 1 + DR_NUM_DIMENSIONS (dr); local
622 isl_dim_out, nb_out);
679 int nb_out = 1; local
681 isl_dim_out, nb_out);

Completed in 22 milliseconds