|
GCC Middle and Back End API Reference
|
Data Fields | |
| int | overall |
| int | eliminated_by_peeling |
| int | last_iteration |
| int | last_iteration_eliminated_by_peeling |
| bool | constant_iv |
| int | num_pure_calls_on_hot_path |
| int | num_non_pure_calls_on_hot_path |
| int | non_call_stmts_on_hot_path |
| int | num_branches_on_hot_path |
Describe size of loop as detected by tree_estimate_loop_size.
| bool loop_size::constant_iv |
Referenced by tree_estimate_loop_size(), and try_unroll_loop_completely().
| int loop_size::eliminated_by_peeling |
Referenced by estimated_unrolled_size(), and tree_estimate_loop_size().
| int loop_size::last_iteration |
Referenced by estimated_unrolled_size(), and tree_estimate_loop_size().
| int loop_size::last_iteration_eliminated_by_peeling |
Referenced by estimated_unrolled_size(), and tree_estimate_loop_size().
| int loop_size::non_call_stmts_on_hot_path |
Referenced by tree_estimate_loop_size(), and try_unroll_loop_completely().
| int loop_size::num_branches_on_hot_path |
Referenced by tree_estimate_loop_size(), and try_unroll_loop_completely().
| int loop_size::num_non_pure_calls_on_hot_path |
Referenced by tree_estimate_loop_size(), and try_unroll_loop_completely().
| int loop_size::num_pure_calls_on_hot_path |
Referenced by tree_estimate_loop_size(), and try_unroll_loop_completely().
| int loop_size::overall |
Referenced by estimated_unrolled_size(), tree_estimate_loop_size(), and try_unroll_loop_completely().