HomeSort by: relevance | last modified time | path
    Searched defs:test_index (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
633 test_index = index_before_incr;
669 test_index = index_after_incr;
682 test_index = gimple_convert (&test_seq, compare_type, test_index);
783 next_ctrl = vect_gen_while (&stmts, ctrl_type, test_index,
790 gimple_seq seq = vect_gen_len (next_ctrl, test_index, this_test_limit,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 474 tree test_index, test_limit, first_limit; local
504 test_index = index_before_incr;
540 test_index = index_after_incr;
553 test_index = gimple_convert (&test_seq, compare_type, test_index);
654 next_ctrl = vect_gen_while (&stmts, ctrl_type, test_index,
661 gimple_seq seq = vect_gen_len (next_ctrl, test_index, this_test_limit,

Completed in 58 milliseconds