LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RegAllocLocal.cpp File Reference

#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/SSARegMap.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Statistic.h"
#include <algorithm>

Include dependency graph for RegAllocLocal.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "regalloc"

Functions

FunctionPassllvm::createLocalRegisterAllocator ()


Define Documentation

#define DEBUG_TYPE   "regalloc"
 

Definition at line 15 of file RegAllocLocal.cpp.


Variable Documentation

Statistic NumFolded("ra-local","Number of loads/stores folded into ""instructions") [static]
 

Statistic NumLoads("ra-local","Number of loads added") [static]
 

Statistic NumStores("ra-local","Number of stores added") [static]