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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc 1102 tree_transform_and_unroll_loop (class loop *loop, unsigned factor, function
1306 /* Wrapper over tree_transform_and_unroll_loop for case we do not
1308 of the arguments is the same as for tree_transform_and_unroll_loop. */
1314 tree_transform_and_unroll_loop (loop, factor, desc, NULL, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-manip.cc 1244 tree_transform_and_unroll_loop (class loop *loop, unsigned factor, function
1516 /* Wrapper over tree_transform_and_unroll_loop for case we do not
1518 of the arguments is the same as for tree_transform_and_unroll_loop. */
1524 tree_transform_and_unroll_loop (loop, factor, desc, NULL, NULL);

Completed in 25 milliseconds