Go to the source code of this file.
|
| STATISTIC (NumDCEDeleted, "Number of instructions deleted by DCE") |
|
| STATISTIC (NumDCEFoldedLoads, "Number of single use loads folded after DCE") |
|
| STATISTIC (NumFracRanges, "Number of live ranges fractured by DCE") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "regalloc" |
◆ STATISTIC() [1/3]
STATISTIC |
( |
NumDCEDeleted |
, |
|
|
"Number of instructions deleted by DCE" |
|
|
) |
| |
◆ STATISTIC() [2/3]
STATISTIC |
( |
NumDCEFoldedLoads |
, |
|
|
"Number of single use loads folded after DCE" |
|
|
) |
| |
◆ STATISTIC() [3/3]
STATISTIC |
( |
NumFracRanges |
, |
|
|
"Number of live ranges fractured by DCE" |
|
|
) |
| |