Home
last modified time | relevance | path

Searched refs:last_and_only_stmt (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-split-paths.c175 gimple *stmt1 = last_and_only_stmt (pred1); in is_feasible_trace()
176 gimple *stmt2 = last_and_only_stmt (pred2); in is_feasible_trace()
222 gimple *stmt1 = last_and_only_stmt (pred1); in is_feasible_trace()
H A Dgimple-ssa-split-paths.cc176 gimple *stmt1 = last_and_only_stmt (pred1); in is_feasible_trace()
177 gimple *stmt2 = last_and_only_stmt (pred2); in is_feasible_trace()
223 gimple *stmt1 = last_and_only_stmt (pred1); in is_feasible_trace()
H A Dtree-cfg.h64 extern gimple *last_and_only_stmt (basic_block);
H A Dtree-ssa-phiopt.c1539 gimple *assign = last_and_only_stmt (middle_bb); in minmax_replacement()
1883 assign = last_and_only_stmt (middle_bb); in abs_replacement()
2218 gimple *assign = last_and_only_stmt (middle_bb); in cond_store_replacement()
H A Dtree-ssa-phiopt.cc981 stmt_to_move = last_and_only_stmt (middle_bb); in match_simplify_replacement()
1966 gimple *assign = last_and_only_stmt (middle_bb); in minmax_replacement()
3162 gimple *assign = last_and_only_stmt (middle_bb); in cond_store_replacement()
H A Dtree-ssa-threadedge.c1183 if (!(gs = safe_dyn_cast<gcond *> (last_and_only_stmt (e->dest)))) in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
H A Dtree-ssa-threadedge.cc1022 if (!(gs = safe_dyn_cast<gcond *> (last_and_only_stmt (e->dest)))) in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
H A Domp-expand.c329 || (last_and_only_stmt (ws_entry_bb) in determine_parallel_type()
330 && last_and_only_stmt (par_exit_bb)))) in determine_parallel_type()
H A Domp-expand.cc330 || (last_and_only_stmt (ws_entry_bb) in determine_parallel_type()
331 && last_and_only_stmt (par_exit_bb)))) in determine_parallel_type()
H A Dtree-cfg.c2883 last_and_only_stmt (basic_block bb) in last_and_only_stmt() function
H A Dtree-cfg.cc2903 last_and_only_stmt (basic_block bb) in last_and_only_stmt() function
H A DChangeLog.tuples6904 (last_and_only_stmt): Same.
H A DChangeLog.tree-ssa5514 * tree-cfg.c (last_and_only_stmt): New.
5515 * tree-flow.h (last_and_only_stmt): Declare.
H A DChangeLog-200528891 (abs_replacement): Use last_and_only_stmt and build1/build2.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-split-paths.c175 gimple *stmt1 = last_and_only_stmt (pred1); in is_feasible_trace()
176 gimple *stmt2 = last_and_only_stmt (pred2); in is_feasible_trace()
222 gimple *stmt1 = last_and_only_stmt (pred1); in is_feasible_trace()
H A Dtree-cfg.h64 extern gimple *last_and_only_stmt (basic_block);
H A Dtree-ssa-phiopt.c1539 gimple *assign = last_and_only_stmt (middle_bb); in minmax_replacement()
1883 assign = last_and_only_stmt (middle_bb); in abs_replacement()
2218 gimple *assign = last_and_only_stmt (middle_bb); in cond_store_replacement()
H A Dtree-ssa-threadedge.c1183 if (!(gs = safe_dyn_cast<gcond *> (last_and_only_stmt (e->dest)))) in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
H A Domp-expand.c329 || (last_and_only_stmt (ws_entry_bb) in determine_parallel_type()
330 && last_and_only_stmt (par_exit_bb)))) in determine_parallel_type()
H A Dtree-cfg.c2883 last_and_only_stmt (basic_block bb) in last_and_only_stmt() function