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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 603 tree test_index, test_limit, first_limit; local
654 first_limit = gimple_build (preheader_seq, MIN_EXPR, compare_type,
656 first_limit = gimple_build (preheader_seq, PLUS_EXPR, compare_type,
657 first_limit, nitems_skip);
663 first_limit = nitems_total;
676 first_limit = test_limit;
700 = (poly_int_tree_p (first_limit, &const_limit)
723 if (first_limit == test_limit)
734 /* FIRST_LIMIT is the maximum number of items handled by the
738 end = first_limit;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 474 tree test_index, test_limit, first_limit; local
525 first_limit = gimple_build (preheader_seq, MIN_EXPR, compare_type,
527 first_limit = gimple_build (preheader_seq, PLUS_EXPR, compare_type,
528 first_limit, nitems_skip);
534 first_limit = nitems_total;
547 first_limit = test_limit;
571 = (poly_int_tree_p (first_limit, &const_limit)
594 if (first_limit == test_limit)
605 /* FIRST_LIMIT is the maximum number of items handled by the
609 end = first_limit;
    [all...]

Completed in 18 milliseconds