Go to the source code of this file.
Defines |
#define | DEBUG_TYPE "regalloc" |
Functions |
| STATISTIC (NumFinished,"Number of splits finished") |
| STATISTIC (NumSimple,"Number of splits that were simple") |
| STATISTIC (NumCopies,"Number of copies inserted for splitting") |
| STATISTIC (NumRemats,"Number of rematerialized defs for splitting") |
| STATISTIC (NumRepairs,"Number of invalid live ranges repaired") |
Define Documentation
Function Documentation
STATISTIC |
( |
NumFinished |
, |
|
|
"Number of splits finished" |
|
|
) |
| |
STATISTIC |
( |
NumSimple |
, |
|
|
"Number of splits that were simple" |
|
|
) |
| |
STATISTIC |
( |
NumCopies |
, |
|
|
"Number of copies inserted for splitting" |
|
|
) |
| |
STATISTIC |
( |
NumRemats |
, |
|
|
"Number of rematerialized defs for splitting" |
|
|
) |
| |
STATISTIC |
( |
NumRepairs |
, |
|
|
"Number of invalid live ranges repaired" |
|
|
) |
| |