Searched refs:estimate_threading_killed_stmts (Results 1 – 7 of 7) sorted by relevance
50 extern unsigned int estimate_threading_killed_stmts (basic_block);
2011 != estimate_threading_killed_stmts (bb)))) in mark_threaded_blocks()2798 estimate_threading_killed_stmts (basic_block bb) in estimate_threading_killed_stmts() function
279 max_stmt_count += estimate_threading_killed_stmts (e->dest); in record_temporary_equivalences_from_stmts_at_dest()
133 extern unsigned int estimate_threading_killed_stmts (basic_block);
2095 != estimate_threading_killed_stmts (bb)))) in mark_threaded_blocks()2920 estimate_threading_killed_stmts (basic_block bb) in estimate_threading_killed_stmts() function
269 max_stmt_count += estimate_threading_killed_stmts (e->dest); in record_temporary_equivalences_from_stmts_at_dest()
2643 (estimate_threading_killed_stmts): New.2644 * tree-ssa-threadupdate.h (estimate_threading_killed_stmts): Prototype.