Searched refs:unswitch_single_loop (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | loop-unswitch.c | 83 static void unswitch_single_loop (struct loop *, rtx, int); 150 unswitch_single_loop (loop, NULL_RTX, 0); in unswitch_loops() 254 unswitch_single_loop (struct loop *loop, rtx cond_checked, int num) in unswitch_single_loop() function 374 unswitch_single_loop (nloop, rconds, num + 1); in unswitch_single_loop() 375 unswitch_single_loop (loop, conds, num + 1); in unswitch_single_loop()
|
H A D | params.def | 320 /* The maximum level of recursion in unswitch_single_loop. */
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | params.def | 351 /* The maximum level of recursion in unswitch_single_loop. */
|