Home
last modified time | relevance | path

Searched refs:flush_pending_stmts (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/gcc/
HDcfghooks.h137 void (*flush_pending_stmts) (edge); member
HDcfghooks.c835 if (cfg_hooks->flush_pending_stmts) in lv_flush_pending_stmts()
836 cfg_hooks->flush_pending_stmts (e); in lv_flush_pending_stmts()
HDtree-ssa-threadupdate.c624 flush_pending_stmts (e2); in redirect_edges()
HDtree-flow.h703 extern void flush_pending_stmts (edge);
HDtree-ssa-loop-manip.c615 flush_pending_stmts (e); in tree_duplicate_loop_to_header_edge()
HDtree-ssa.c83 flush_pending_stmts (edge e) in flush_pending_stmts() function
HDtree-cfg.c4021 flush_pending_stmts (e); in tree_make_forwarder_block()
4542 flush_pending_stmts (entry); in tree_duplicate_sese_region()
5619 flush_pending_stmts /* flush_pending_stmts */
HDlambda-code.c2497 flush_pending_stmts (e); in perfect_nestify()
HDChangeLog-20045171 (flush_pending_stmts): Ditto.
7153 (perfect_nestify): Use flush_pending_stmts instead of
7156 flush_pending_stmts.
7157 * tree-flow.h: Add a prototype for flush_pending_stmts.
7159 Use flush_pending_stmts.
7161 (tree_ssa_loop_version): Use flush_pending_stmts instead of
7163 * tree-ssa.c (flush_pending_stmts): New.
HDChangeLog-200526241 flush_pending_stmts): New in cfg_hooks structure.