Searched refs:flush_pending_stmts (Results 1 – 10 of 10) sorted by relevance
137 void (*flush_pending_stmts) (edge); member
835 if (cfg_hooks->flush_pending_stmts) in lv_flush_pending_stmts()836 cfg_hooks->flush_pending_stmts (e); in lv_flush_pending_stmts()
624 flush_pending_stmts (e2); in redirect_edges()
703 extern void flush_pending_stmts (edge);
615 flush_pending_stmts (e); in tree_duplicate_loop_to_header_edge()
83 flush_pending_stmts (edge e) in flush_pending_stmts() function
4021 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 */
2497 flush_pending_stmts (e); in perfect_nestify()
5171 (flush_pending_stmts): Ditto.7153 (perfect_nestify): Use flush_pending_stmts instead of7156 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 of7163 * tree-ssa.c (flush_pending_stmts): New.
26241 flush_pending_stmts): New in cfg_hooks structure.