Go to the source code of this file.
|
| llvm |
| List of target independent CodeGen pass IDs.
|
|
|
| STATISTIC (NumSpilledRanges,"Number of spilled live ranges") |
|
| STATISTIC (NumSnippets,"Number of spilled snippets") |
|
| STATISTIC (NumSpills,"Number of spills inserted") |
|
| STATISTIC (NumSpillsRemoved,"Number of spills removed") |
|
| STATISTIC (NumReloads,"Number of reloads inserted") |
|
| STATISTIC (NumReloadsRemoved,"Number of reloads removed") |
|
| STATISTIC (NumFolded,"Number of folded stack accesses") |
|
| STATISTIC (NumFoldedLoads,"Number of folded loads") |
|
| STATISTIC (NumRemats,"Number of rematerialized defs for spilling") |
|
| STATISTIC (NumOmitReloadSpill,"Number of omitted spills of reloads") |
|
| STATISTIC (NumHoists,"Number of hoisted spills") |
|
Spiller * | llvm::createInlineSpiller (MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) |
|
static unsigned | isFullCopyOf (const MachineInstr *MI, unsigned Reg) |
|
static raw_ostream & | operator<< (raw_ostream &OS, const InlineSpiller::SibValueInfo &SVI) |
|
static void | dumpMachineInstrRangeWithSlotIndex (MachineBasicBlock::iterator B, MachineBasicBlock::iterator E, LiveIntervals const &LIS, const char *const header, unsigned VReg=0) |
|
#define DEBUG_TYPE "regalloc" |
STATISTIC |
( |
NumSpilledRanges |
, |
|
|
"Number of spilled live ranges" |
|
|
) |
| |
STATISTIC |
( |
NumSnippets |
, |
|
|
"Number of spilled snippets" |
|
|
) |
| |
STATISTIC |
( |
NumSpills |
, |
|
|
"Number of spills inserted" |
|
|
) |
| |
STATISTIC |
( |
NumSpillsRemoved |
, |
|
|
"Number of spills removed" |
|
|
) |
| |
STATISTIC |
( |
NumReloads |
, |
|
|
"Number of reloads inserted" |
|
|
) |
| |
STATISTIC |
( |
NumReloadsRemoved |
, |
|
|
"Number of reloads removed" |
|
|
) |
| |
STATISTIC |
( |
NumFolded |
, |
|
|
"Number of folded stack accesses" |
|
|
) |
| |
STATISTIC |
( |
NumFoldedLoads |
, |
|
|
"Number of folded loads" |
|
|
) |
| |
STATISTIC |
( |
NumRemats |
, |
|
|
"Number of rematerialized defs for spilling" |
|
|
) |
| |
STATISTIC |
( |
NumOmitReloadSpill |
, |
|
|
"Number of omitted spills of reloads" |
|
|
) |
| |
STATISTIC |
( |
NumHoists |
, |
|
|
"Number of hoisted spills" |
|
|
) |
| |