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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 278 stmt_vec_info stmtinfo_a = dr_info_a->stmt; local
282 if (!STMT_VINFO_GROUPED_ACCESS (stmtinfo_a)
297 stmt_vec_info il_a = DR_GROUP_FIRST_ELEMENT (stmtinfo_a);
300 if (DR_IS_WRITE (STMT_VINFO_DATA_REF (stmtinfo_a)))
311 il_a = stmtinfo_a;
327 bool a_after_b = (get_later_stmt (stmtinfo_a, stmtinfo_b) == stmtinfo_a);
407 stmt_vec_info stmtinfo_a = dr_info_a->stmt; local
427 if (!STMT_VINFO_VECTORIZABLE (stmtinfo_a)
442 if (DR_GROUP_FIRST_ELEMENT (stmtinfo_a)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 235 stmt_vec_info stmtinfo_a = dr_info_a->stmt; local
239 if (!STMT_VINFO_GROUPED_ACCESS (stmtinfo_a)
248 stmt_vec_info il_a = DR_GROUP_FIRST_ELEMENT (stmtinfo_a);
251 if (DR_IS_WRITE (STMT_VINFO_DATA_REF (stmtinfo_a)))
262 il_a = stmtinfo_a;
278 bool a_after_b = (get_later_stmt (stmtinfo_a, stmtinfo_b) == stmtinfo_a);
358 stmt_vec_info stmtinfo_a = dr_info_a->stmt; local
378 if (!STMT_VINFO_VECTORIZABLE (stmtinfo_a)
393 if (DR_GROUP_FIRST_ELEMENT (stmtinfo_a)
    [all...]

Completed in 23 milliseconds