GCC Middle and Back End API Reference
|
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_peeled_sequence_size(), 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::last_iteration_not_eliminatable_after_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::not_eliminatable_after_peeling |
Referenced by estimated_unrolled_size(), and tree_estimate_loop_size().
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 |