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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 470 stmt_vec_infos.create (50);
550 if (uid > 0 && uid - 1 < stmt_vec_infos.length ())
552 stmt_vec_info res = stmt_vec_infos[uid - 1];
729 uid = stmt_vec_infos.length () + 1;
731 stmt_vec_infos.safe_push (info);
736 stmt_vec_infos[uid - 1] = info;
740 /* Free the contents of stmt_vec_infos. */
745 for (stmt_vec_info &info : stmt_vec_infos)
748 stmt_vec_infos.release ();
tree-vectorizer.h 475 vec<stmt_vec_info> stmt_vec_infos; member in class:vec_info
tree-vect-loop.cc 11627 loop, its stmt_vec_infos all point to the original statements. These need
11633 stmt_vec_infos, their statements need to point to their corresponding copy,
11672 = epilogue_vinfo->stmt_vec_infos[gimple_uid (new_stmt) - 1];
11693 = epilogue_vinfo->stmt_vec_infos[gimple_uid (new_stmt) - 1];
11759 stmt_vinfo = epilogue_vinfo->stmt_vec_infos[gimple_uid (orig_stmt) - 1];
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 469 stmt_vec_infos.create (50);
549 if (uid > 0 && uid - 1 < stmt_vec_infos.length ())
551 stmt_vec_info res = stmt_vec_infos[uid - 1];
728 uid = stmt_vec_infos.length () + 1;
730 stmt_vec_infos.safe_push (info);
735 stmt_vec_infos[uid - 1] = info;
739 /* Free the contents of stmt_vec_infos. */
744 for (stmt_vec_info &info : stmt_vec_infos)
747 stmt_vec_infos.release ();
tree-vectorizer.h 443 vec<stmt_vec_info> stmt_vec_infos; member in class:vec_info
tree-vect-loop.cc 9496 loop, its stmt_vec_infos all point to the original statements. These need
9502 stmt_vec_infos, their statements need to point to their corresponding copy,
9541 = epilogue_vinfo->stmt_vec_infos[gimple_uid (new_stmt) - 1];
9562 = epilogue_vinfo->stmt_vec_infos[gimple_uid (new_stmt) - 1];
9628 stmt_vinfo = epilogue_vinfo->stmt_vec_infos[gimple_uid (orig_stmt) - 1];

Completed in 82 milliseconds