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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 69 vect_condition_def, enumerator in enum:vect_def_type
tree-vect-patterns.cc 7080 /* For any conditionals mark them as vect_condition_def. */
7082 STMT_VINFO_DEF_TYPE (STMT_VINFO_RELATED_STMT (orig_stmt_info)) = vect_condition_def;
tree-vect-stmts.cc 12877 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_condition_def)
13244 case vect_condition_def:
13933 case vect_condition_def:
tree-vect-loop.cc 1951 STMT_VINFO_DEF_TYPE (loop_cond_info) = vect_condition_def;

Completed in 57 milliseconds