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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.h 48 extern void tree_transform_and_unroll_loop (class loop *, unsigned,
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);
tree-predcom.cc 2519 to tree_transform_and_unroll_loop. */
2535 tree_transform_and_unroll_loop (see detailed description in
3469 /* Cfg manipulations performed in tree_transform_and_unroll_loop before
3477 tree_transform_and_unroll_loop (m_loop, unroll_factor, &desc,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-manip.h 51 extern void tree_transform_and_unroll_loop (class loop *, unsigned,
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);
tree-predcom.cc 2488 to tree_transform_and_unroll_loop. */
2504 tree_transform_and_unroll_loop (see detailed description in
3438 /* Cfg manipulations performed in tree_transform_and_unroll_loop before
3446 tree_transform_and_unroll_loop (m_loop, unroll_factor, &desc,

Completed in 52 milliseconds