LLVM: lib/CodeGen/LiveRangeEdit.cpp File Reference (original) (raw)
Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "regalloc"
◆ STATISTIC() [1/4]
| STATISTIC |
( |
NumDCEDeleted |
, |
| "Number of instructions deleted by DCE" |
) |
|
|
◆ STATISTIC() [2/4]
| STATISTIC |
( |
NumDCEFoldedLoads |
, |
| "Number of single use loads folded after DCE" |
) |
|
|
◆ STATISTIC() [3/4]
| STATISTIC |
( |
NumFracRanges |
, |
| "Number of live ranges fractured by DCE" |
) |
|
|
◆ STATISTIC() [4/4]
| STATISTIC |
( |
NumReMaterialization |
, |
| "Number of instructions rematerialized" |
) |
|
|