Home
last modified time | relevance | path

Searched refs:estimate_threading_killed_stmts (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.h50 extern unsigned int estimate_threading_killed_stmts (basic_block);
H A Dtree-ssa-threadupdate.c2011 != estimate_threading_killed_stmts (bb)))) in mark_threaded_blocks()
2798 estimate_threading_killed_stmts (basic_block bb) in estimate_threading_killed_stmts() function
H A Dtree-ssa-threadedge.c279 max_stmt_count += estimate_threading_killed_stmts (e->dest); in record_temporary_equivalences_from_stmts_at_dest()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.h133 extern unsigned int estimate_threading_killed_stmts (basic_block);
H A Dtree-ssa-threadupdate.cc2095 != estimate_threading_killed_stmts (bb)))) in mark_threaded_blocks()
2920 estimate_threading_killed_stmts (basic_block bb) in estimate_threading_killed_stmts() function
H A Dtree-ssa-threadedge.cc269 max_stmt_count += estimate_threading_killed_stmts (e->dest); in record_temporary_equivalences_from_stmts_at_dest()
H A DChangeLog-20172643 (estimate_threading_killed_stmts): New.
2644 * tree-ssa-threadupdate.h (estimate_threading_killed_stmts): Prototype.