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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5230 tree induction_index = NULL_TREE; local
5392 induction_index = new_phi_tree;
5393 add_phi_arg (as_a <gphi *> (new_phi), induction_index, local
5542 (INDUCTION_INDEX) containing all the indexes of those matches. We
5549 tree index_vec_type = TREE_TYPE (induction_index);
5573 1, induction_index);
5586 with the vector (INDUCTION_INDEX) of found indexes, choosing values
5598 induction_index,
5648 idx_val = induction_index[0];
5651 if (induction_index[i] > idx_val
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6030 tree induction_index = NULL_TREE; local
6179 induction_index = new_phi_tree;
6180 add_phi_arg (as_a <gphi *> (new_phi), induction_index, local
6348 (INDUCTION_INDEX) containing all the indexes of those matches. We
6355 tree index_vec_type = TREE_TYPE (induction_index);
6379 1, induction_index);
6392 with the vector (INDUCTION_INDEX) of found indexes, choosing values
6404 induction_index,
6454 idx_val = induction_index[0];
6457 if (induction_index[i] > idx_val
    [all...]

Completed in 57 milliseconds