LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
LiveRegMatrix.cpp File Reference
#include "llvm/CodeGen/LiveRegMatrix.h"
#include "RegisterCoalescer.h"
#include "llvm/ADT/Statistic.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/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for LiveRegMatrix.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "regalloc"
 

Functions

 STATISTIC (NumAssigned,"Number of registers assigned")
 
 STATISTIC (NumUnassigned,"Number of registers unassigned")
 
 INITIALIZE_PASS_BEGIN (LiveRegMatrix,"liveregmatrix","Live Register Matrix", false, false) INITIALIZE_PASS_END(LiveRegMatrix
 

Variables

 liveregmatrix
 
Live Register Matrix
 
Live Register false
 

Macro Definition Documentation

#define DEBUG_TYPE   "regalloc"

Definition at line 14 of file LiveRegMatrix.cpp.

Function Documentation

INITIALIZE_PASS_BEGIN ( LiveRegMatrix  ,
"liveregmatrix"  ,
"Live Register Matrix ,
false  ,
false   
)
STATISTIC ( NumAssigned  ,
"Number of registers assigned"   
)
STATISTIC ( NumUnassigned  ,
"Number of registers unassigned"   
)

Variable Documentation

Live Register false

Definition at line 36 of file LiveRegMatrix.cpp.

liveregmatrix

Definition at line 36 of file LiveRegMatrix.cpp.

Live Register Matrix