Searched refs:loops_p (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dira-emit.c1277 ira_emit (bool loops_p)
1289 if (! loops_p)
1276 ira_emit(bool loops_p) argument
H A Dira-build.c3464 bool loops_p;
3480 loops_p = more_one_region_p ();
3481 if (loops_p)
3501 if (loops_p)
3504 loops_p = false;
3548 return loops_p;
3449 bool loops_p; local
H A Dira.c5180 bool loops_p;
5304 loops_p = ira_build ();
5306 ira_assert (ira_conflicts_p || !loops_p);
5323 ira_emit (loops_p);
5328 if (! loops_p)
5154 bool loops_p; local

Completed in 158 milliseconds