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

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 163 tree nb_iterations; variable
165 /* An integer guaranteed to be greater or equal to nb_iterations. Only
171 /* An integer giving an estimate on nb_iterations. Unlike
173 nb_iterations. */
177 I in [ 0, nb_iterations ) and for any J in
178 [ I, min ( I + safelen, nb_iterations ) ), the Ith and Jth iterations
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h 160 tree nb_iterations; variable
162 /* An integer guaranteed to be greater or equal to nb_iterations. Only
168 /* An integer giving an estimate on nb_iterations. Unlike
170 nb_iterations. */
174 I in [ 0, nb_iterations ) and for any J in
175 [ I, min ( I + safelen, nb_iterations ) ), the Ith and Jth iterations

Completed in 17 milliseconds