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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.h 64 extern gimple *last_nondebug_stmt (basic_block);
tree-ssa-loop-unswitch.cc 239 gimple *last = last_nondebug_stmt (bb);
248 gimple_set_uid (last_nondebug_stmt (bb), bb_predicates->length ());
286 gimple *last = last_nondebug_stmt (bbs[i]);
308 gimple *last = last_nondebug_stmt (bbs[i]);
1472 e = split_block (pre_header, last_nondebug_stmt (pre_header));
omp-expand.cc 175 gimple *ws_stmt = last_nondebug_stmt (ws_entry_bb);
323 = gimple_omp_parallel_clauses (last_nondebug_stmt (par_entry_bb));
330 && (gimple_omp_parallel_combined_p (last_nondebug_stmt (par_entry_bb))
334 gimple *par_stmt = last_nondebug_stmt (par_entry_bb);
335 gimple *ws_stmt = last_nondebug_stmt (ws_entry_bb);
515 entry_stmt = last_nondebug_stmt (region->entry);
519 entry_stmt = last_nondebug_stmt (region->entry);
780 gimple *g = last_nondebug_stmt (region->outer->entry);
1053 = as_a <gomp_parallel *> (last_nondebug_stmt (region->entry));
1249 entry_stmt = last_nondebug_stmt (region->entry)
    [all...]
tree-ssa-reassoc.cc 2847 : last_nondebug_stmt (BASIC_BLOCK_FOR_FN (cfun, oe->id));
3412 : last_nondebug_stmt (BASIC_BLOCK_FOR_FN
3845 stmt = last_nondebug_stmt (BASIC_BLOCK_FOR_FN (cfun, oe->id));
4110 : last_nondebug_stmt (BASIC_BLOCK_FOR_FN (cfun, oe->id)));
4457 stmt = last_nondebug_stmt (bb);
4535 gimple *test_last = last_nondebug_stmt (test_bb);
4603 last = last_nondebug_stmt (bb);
4798 stmt = last_nondebug_stmt (e->dest);
4856 stmt = last_nondebug_stmt (bb);
5032 stmt = last_nondebug_stmt (bb)
    [all...]
gimple-range.cc 192 s = last_nondebug_stmt (bb);
tree-ssa-loop-ch.cc 495 gimple *stmt = last_nondebug_stmt (loop->latch);
tree-vrp.cc 1010 m_last_bb_stmt = last_nondebug_stmt (bb);
tree-cfg.cc 1256 gimple *last = last_nondebug_stmt (bb);
1266 gimple *last = last_nondebug_stmt (e->dest);
1880 || (LOCATION_LOCUS (gimple_location (last_nondebug_stmt (base_bb)))
2960 last_nondebug_stmt (basic_block bb) function
6470 gimple *last = last_nondebug_stmt (CONST_CAST_BB (bb));
10122 gimple *stmt = last_nondebug_stmt (bb);
auto-profile.cc 1308 gimple *cmp_stmt = last_nondebug_stmt (bb);
tree-ssa-loop-manip.cc 803 gimple *last = last_nondebug_stmt (latch);
tree-ssa-loop-split.cc 1507 gimple *stmt = last_nondebug_stmt (cond_bb);
tree-ssa-phiopt.cc 879 stmt = last_nondebug_stmt (cond_bb);
2057 location_t locus = gimple_location (last_nondebug_stmt (cond_bb));
tree-ssa-loop-niter.cc 3863 gimple *estmt = last_nondebug_stmt (e->src);
4857 last_nondebug_stmt (ex->src),
tree-ssa-loop-ivopts.cc 940 return stmt == last_nondebug_stmt (bb);
5450 if (use->stmt != last_nondebug_stmt (ex_bb)
trans-mem.cc 2069 g = last_nondebug_stmt (bb);
tree-parloops.cc 3177 cond_stmt = last_nondebug_stmt (loop->header);
tree-inline.cc 3021 gimple *last = last_nondebug_stmt (bb);

Completed in 101 milliseconds