LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
LiveRangeEdit.cpp File Reference
#include "llvm/CodeGen/LiveRangeEdit.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/CalcSpillWeights.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/VirtRegMap.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
Include dependency graph for LiveRangeEdit.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "regalloc"
 

Functions

 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")
 

Macro Definition Documentation

#define DEBUG_TYPE   "regalloc"

Definition at line 14 of file LiveRangeEdit.cpp.

Function Documentation

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"   
)