LLVM API Documentation

Defines | 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 "llvm/Target/TargetSubtargetInfo.h"
Include dependency graph for ExpandISelPseudos.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "expand-isel-pseudos"

Functions

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

Define Documentation

#define DEBUG_TYPE   "expand-isel-pseudos"

Definition at line 26 of file ExpandISelPseudos.cpp.


Function Documentation

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