diff options
Diffstat (limited to 'gcc/ra.h')
-rw-r--r-- | gcc/ra.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ struct allocno /* Number of calls crossed by each allocno. */ int calls_crossed; + /* Estimated frequency of crossing call by each allocno. */ + int freq_calls_crossed; + /* Number of calls that might throw crossed by each allocno. */ int throwing_calls_crossed; |