Searched refs:unswitch_single_loop (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | loop-unswitch.c | 84 static void unswitch_single_loop (struct loops *, struct loop *, rtx, int); 158 unswitch_single_loop (loops, loop, NULL_RTX, 0); in unswitch_loops() 262 unswitch_single_loop (struct loops *loops, struct loop *loop, in unswitch_single_loop() function 383 unswitch_single_loop (loops, nloop, rconds, num + 1); in unswitch_single_loop() 384 unswitch_single_loop (loops, loop, conds, num + 1); in unswitch_single_loop()
|
| H A D | params.def | 283 /* The maximum level of recursion in unswitch_single_loop. */
|