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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.h 63 extern gimple *first_stmt (basic_block);
tree-cfgcleanup.cc 553 stmt = first_stmt (dest);
1238 label = first_stmt (dest);
gimple-ssa-store-merging.cc 1818 gimple *first_stmt; member in class:__anon13747::merged_store_group
2208 first_stmt = last_stmt;
2316 first_stmt = stmt;
2729 merged_store->first_stmt and ending right before merged_store->last_stmt
2731 gimple *first = merged_store->first_stmt;
2735 merged_store->first_stmt. In that case we need to give up if
2945 gimple *first_stmt = merged_store->first_stmt; local
3000 first_stmt = info->stmt;
3084 if (stmts_may_clobber_ref_p (first_stmt, last_stmt, ref)
    [all...]
gimple-loop-versioning.cc 1476 gimple *stmt = first_stmt (loop->header);
tree-parloops.cc 219 FIRST_STMT is the first reduction stmt in the chain
226 gimple *first_stmt)
244 code = gimple_assign_rhs_code (first_stmt);
tree-cfg.cc 1306 then_stmt = first_stmt (then_bb);
1307 else_stmt = first_stmt (else_bb);
2934 first_stmt (basic_block bb) function
tree-vect-slp.cc 8148 if (gcall *first = safe_dyn_cast <gcall *> (first_stmt (bb)))
omp-expand.cc 9600 && first_stmt (store_bb) == store
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.h 62 extern gimple *first_stmt (basic_block);
tree-cfgcleanup.cc 529 stmt = first_stmt (dest);
1216 label = first_stmt (dest);
gimple-ssa-store-merging.cc 1734 gimple *first_stmt; member in class:__anon16175::merged_store_group
2124 first_stmt = last_stmt;
2232 first_stmt = stmt;
2645 merged_store->first_stmt and ending right before merged_store->last_stmt
2647 gimple *first = merged_store->first_stmt;
2651 merged_store->first_stmt. In that case we need to give up if
2861 gimple *first_stmt = merged_store->first_stmt; local
2916 first_stmt = info->stmt;
2997 if (stmts_may_clobber_ref_p (first_stmt, last_stmt, ref)
    [all...]
gimple-loop-versioning.cc 1476 gimple *stmt = first_stmt (loop->header);
tree-parloops.cc 219 FIRST_STMT is the first reduction stmt in the chain
226 gimple *first_stmt)
244 code = gimple_assign_rhs_code (first_stmt);
tree-cfg.cc 1223 then_stmt = first_stmt (then_bb);
1224 else_stmt = first_stmt (else_bb);
2858 first_stmt (basic_block bb) function
tree-vect-slp.cc 6287 if (gcall *first = safe_dyn_cast <gcall *> (first_stmt (bb)))
omp-expand.cc 9492 && first_stmt (store_bb) == store
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 120 first_stmt (tree stmt) function
126 return first_stmt (p->stmt);
130 return first_stmt (BIND_EXPR_BODY (stmt));
152 tree ft = first_stmt (then_);
153 tree fe = first_stmt (else_);
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 153 first_stmt (tree stmt) function
159 return first_stmt (p->stmt);
163 return first_stmt (BIND_EXPR_BODY (stmt));
185 tree ft = first_stmt (then_);
186 tree fe = first_stmt (else_);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 17138 if (auto first_stmt = DR_GROUP_FIRST_ELEMENT (stmt_info))
17139 stmt_info = first_stmt;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 16663 if (auto first_stmt = DR_GROUP_FIRST_ELEMENT (stmt_info))
16664 stmt_info = first_stmt;

Completed in 104 milliseconds