Searched refs:fold_stmt (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.h106 virtual bool fold_stmt (gimple_stmt_iterator *) { return false; } function in class:substitute_and_fold_engine
H A Dgimple-fold.h31 extern bool fold_stmt (gimple_stmt_iterator *);
32 extern bool fold_stmt (gimple_stmt_iterator *, tree (*) (tree));
H A Dcoroutine-passes.cc392 fold_stmt (&gsi);
400 fold_stmt (&gsi);
H A Dgimple-ssa-evrp.c181 if (fold_stmt (&gsi, follow_single_use_edges)
H A Dgimple-fold.c308 /* Subroutine of fold_stmt. We perform several simplifications of the
650 fold_stmt (gsi);
866 fold_stmt (gsi);
920 fold_stmt (gsi);
943 fold_stmt (gsi);
1191 fold_stmt (gsi);
2020 fold_stmt (&gsi2);
2173 fold_stmt (&gsi2);
2178 fold_stmt (gsi);
3036 fold_stmt (gs
5327 fold_stmt (gimple_stmt_iterator *gsi) function
5333 fold_stmt (gimple_stmt_iterator *gsi, tree (*valueize) (tree)) function
[all...]
H A Dtree-ssa-propagate.c1070 fold_stmt (&i, follow_single_use_edges);
1076 && fold_stmt (&i, follow_single_use_edges))
1087 if (substitute_and_fold_engine->fold_stmt(&i))
H A Dvr-values.c3095 fold_stmt (gsi, follow_single_use_edges);
3170 && fold_stmt (gsi, follow_single_use_edges))
3223 fold_stmt (gsi, follow_single_use_edges);
3323 fold_stmt (gsi, follow_single_use_edges);
3992 fold_stmt (gsi, follow_single_use_edges);
4053 fold_stmt (gsi, follow_single_use_edges);
4265 fold_stmt (gsi, follow_single_use_edges);
H A Dgimple-ssa-backprop.c753 if (fold_stmt (&gsi))
H A Dgimple-low.c388 fold_stmt (gsi);
H A Dtree-ssa-forwprop.c497 fold_stmt (gsi);
2074 fold_stmt (gsi);
3113 if (fold_stmt (&gsi, fwprop_ssa_val))
H A Dtree-ssa-ccp.c950 bool fold_stmt (gimple_stmt_iterator *) FINAL OVERRIDE;
2289 ccp_folder::fold_stmt (gimple_stmt_iterator *gsi) function in class:ccp_folder
3314 if (fold_stmt (&i))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-propagate.h105 virtual bool fold_stmt (gimple_stmt_iterator *) { return false; } function in class:substitute_and_fold_engine
H A Dgimple-range.h62 bool fold_stmt (gimple_stmt_iterator *gsi, tree (*) (tree));
H A Dgimple-fold.h32 extern bool fold_stmt (gimple_stmt_iterator *);
33 extern bool fold_stmt (gimple_stmt_iterator *, tree (*) (tree));
H A Dgimple-ssa-evrp.cc93 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE
115 // fold_stmt bits to either try the ranger first or second.
160 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE
H A Dgimple-range.cc261 return f.fold_stmt (r, s, src, name);
441 // This routine will invoke the gimple fold_stmt routine, providing context to
445 gimple_ranger::fold_stmt (gimple_stmt_iterator *gsi, tree (*valueize) (tree)) function in class:gimple_ranger
449 bool ret = ::fold_stmt (gsi, valueize);
H A Dcoroutine-passes.cc392 fold_stmt (&gsi);
400 fold_stmt (&gsi);
H A Dgimple-range-fold.cc284 return f.fold_stmt (r, s, src);
294 return f.fold_stmt (r, s, src);
305 return f.fold_stmt (r, s, src);
315 return f.fold_stmt (r, s, src);
325 return f.fold_stmt (r, s, src);
538 fold_using_range::fold_stmt (irange &r, gimple *s, fur_source &src, tree name) function in class:fold_using_range
H A Dgimple-range-fold.h179 bool fold_stmt (irange &r, gimple *s, class fur_source &src,
H A Dgimple-fold.cc312 /* Subroutine of fold_stmt. We perform constant folding of the
843 fold_stmt (gsi);
1079 fold_stmt (gsi);
1133 fold_stmt (gsi);
1156 fold_stmt (gsi);
1438 fold_stmt (gsi);
2282 fold_stmt (&gsi2);
2435 fold_stmt (&gsi2);
2440 fold_stmt (gsi);
3262 fold_stmt (gs
6379 fold_stmt (gimple_stmt_iterator *gsi) function
6385 fold_stmt (gimple_stmt_iterator *gsi, tree (*valueize) (tree)) function
[all...]
H A Dtree-ssa-propagate.cc853 fold_stmt (&i, follow_single_use_edges);
859 && fold_stmt (&i, follow_single_use_edges))
870 if (substitute_and_fold_engine->fold_stmt (&i))
H A Dvr-values.cc2992 fold_stmt (gsi, follow_single_use_edges);
3068 && fold_stmt (gsi, follow_single_use_edges))
3121 fold_stmt (gsi, follow_single_use_edges);
3223 fold_stmt (gsi, follow_single_use_edges);
4017 fold_stmt (gsi, follow_single_use_edges);
4079 fold_stmt (gsi, follow_single_use_edges);
4298 fold_stmt (gsi, follow_single_use_edges);
H A Dgimple-low.cc390 fold_stmt (gsi);
H A Dgimple-ssa-backprop.cc752 if (fold_stmt (&gsi))
H A Dgimple-range-path.cc767 if (!f.fold_stmt (r, stmt, src))

Completed in 402 milliseconds

12