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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-unswitch.cc 79 static bool tree_unswitch_single_loop (class loop *, int);
102 changed |= tree_unswitch_single_loop (loop, 0);
268 tree_unswitch_single_loop (class loop *loop, int num) function
365 /* In nested tree_unswitch_single_loop first optimize all conditions
475 tree_unswitch_single_loop (nloop, num + 1);
476 tree_unswitch_single_loop (loop, num + 1);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-unswitch.cc 212 static bool tree_unswitch_single_loop (class loop *, dump_user_location_t,
385 changed_unswitch |= tree_unswitch_single_loop (loop, loc, predicate_path,
976 tree_unswitch_single_loop (class loop *loop, dump_user_location_t loc, function
1082 tree_unswitch_single_loop (nloop, loc, predicate_path,
1094 tree_unswitch_single_loop (loop, loc, predicate_path,

Completed in 48 milliseconds