GCC Middle and Back End API Reference
opt_stats_d Struct Reference

Data Fields

long num_stmts
 
long num_exprs_considered
 
long num_re
 
long num_const_prop
 
long num_copy_prop
 

Detailed Description

Statistics for dominator optimizations.   

Field Documentation

◆ num_const_prop

long opt_stats_d::num_const_prop

Referenced by cprop_operand().

◆ num_copy_prop

long opt_stats_d::num_copy_prop

Referenced by cprop_operand().

◆ num_exprs_considered

long opt_stats_d::num_exprs_considered

◆ num_re

long opt_stats_d::num_re

◆ num_stmts


The documentation for this struct was generated from the following file: