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

  /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.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/
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...]
tree-cfg.cc 1306 then_stmt = first_stmt (then_bb);
1307 else_stmt = first_stmt (else_bb);
2934 first_stmt (basic_block bb) function
  /src/external/gpl3/gcc.old/dist/gcc/
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...]
tree-cfg.cc 1223 then_stmt = first_stmt (then_bb);
1224 else_stmt = first_stmt (else_bb);
2858 first_stmt (basic_block bb) function

Completed in 162 milliseconds