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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 1141 vect_unused_in_scope = 0, enumerator in enum:vect_relevant
1570 #define STMT_VINFO_RELEVANT_P(S) ((S)->relevant != vect_unused_in_scope)
tree-vectorizer.cc 692 STMT_VINFO_RELEVANT (res) = vect_unused_in_scope;
tree-vect-stmts.cc 271 if (live_p && relevant == vect_unused_in_scope)
359 *relevant = vect_unused_in_scope;
417 if (*live_p && *relevant == vect_unused_in_scope
576 case vect_unused_in_scope:
578 vect_used_in_scope : vect_unused_in_scope;
614 case vect_unused_in_scope:
617 vect_used_in_outer_by_reduction : vect_unused_in_scope;
746 gcc_assert (relevant != vect_unused_in_scope);
747 if (relevant != vect_unused_in_scope
756 if (relevant != vect_unused_in_scope
    [all...]
tree-vect-loop.cc 7647 if (STMT_VINFO_RELEVANT (stmt_info) == vect_unused_in_scope
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 1021 vect_unused_in_scope = 0, enumerator in enum:vect_relevant
1448 #define STMT_VINFO_RELEVANT_P(S) ((S)->relevant != vect_unused_in_scope)
tree-vect-stmts.cc 341 *relevant = vect_unused_in_scope;
385 if (*live_p && *relevant == vect_unused_in_scope
544 case vect_unused_in_scope:
546 vect_used_in_scope : vect_unused_in_scope;
582 case vect_unused_in_scope:
585 vect_used_in_outer_by_reduction : vect_unused_in_scope;
714 gcc_assert (relevant != vect_unused_in_scope);
715 if (relevant != vect_unused_in_scope
724 if (relevant != vect_unused_in_scope
732 if (relevant != vect_unused_in_scope
    [all...]
tree-vectorizer.cc 691 STMT_VINFO_RELEVANT (res) = vect_unused_in_scope;
tree-vect-loop.cc 6749 if (STMT_VINFO_RELEVANT (stmt_info) == vect_unused_in_scope

Completed in 90 milliseconds