LLVM  4.0.0
Namespaces | Macros | Functions | Variables
RegUsageInfoPropagate.cpp File Reference
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/RegisterUsageInfo.h"
#include "llvm/IR/Module.h"
#include "llvm/PassAnalysisSupport.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include <map>
#include <string>
Include dependency graph for RegUsageInfoPropagate.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define DEBUG_TYPE   "ip-regalloc"
 
#define RUIP_NAME   "Register Usage Information Propagation"
 

Functions

void llvm::initializeRegUsageInfoPropagationPassPass (PassRegistry &)
 
 INITIALIZE_PASS_BEGIN (RegUsageInfoPropagationPass,"reg-usage-propagation", RUIP_NAME, false, false) INITIALIZE_PASS_END(RegUsageInfoPropagationPass
 

Variables

reg usage propagation
 
reg usage RUIP_NAME
 
reg usage false
 

Macro Definition Documentation

#define DEBUG_TYPE   "ip-regalloc"

Definition at line 42 of file RegUsageInfoPropagate.cpp.

#define RUIP_NAME   "Register Usage Information Propagation"

Definition at line 44 of file RegUsageInfoPropagate.cpp.

Function Documentation

INITIALIZE_PASS_BEGIN ( RegUsageInfoPropagationPass  ,
"reg-usage-propagation ,
RUIP_NAME  ,
false  ,
false   
)

Variable Documentation

reg usage false

Definition at line 77 of file RegUsageInfoPropagate.cpp.

reg usage propagation

Definition at line 77 of file RegUsageInfoPropagate.cpp.

reg usage RUIP_NAME

Definition at line 77 of file RegUsageInfoPropagate.cpp.