GCC Middle and Back End API Reference
|
Data Fields | |
long | num_const_prop |
long | num_copy_prop |
long | num_stmts_folded |
long | num_dce |
Propagation statistics.
long prop_stats_d::num_const_prop |
Referenced by replace_phi_args_in(), replace_uses_in(), and substitute_and_fold().
long prop_stats_d::num_copy_prop |
Referenced by replace_phi_args_in(), replace_uses_in(), and substitute_and_fold().
long prop_stats_d::num_dce |
Referenced by substitute_and_fold().
long prop_stats_d::num_stmts_folded |
Referenced by substitute_and_fold().