LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
ExpandISelPseudos.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
Include dependency graph for ExpandISelPseudos.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "expand-isel-pseudos"
 

Functions

 INITIALIZE_PASS (ExpandISelPseudos,"expand-isel-pseudos","Expand ISel Pseudo-instructions", false, false) bool ExpandISelPseudos
 

Macro Definition Documentation

#define DEBUG_TYPE   "expand-isel-pseudos"

Definition at line 17 of file ExpandISelPseudos.cpp.

Function Documentation

INITIALIZE_PASS ( ExpandISelPseudos  ,
"expand-isel-pseudos"  ,
"Expand ISel Pseudo-instructions ,
false  ,
false   
)