LLVM  8.0.1
Macros | Functions
ExpandISelPseudos.cpp File Reference
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Debug.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, DEBUG_TYPE, "Expand ISel Pseudo-instructions", false, false) bool ExpandISelPseudos
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "expand-isel-pseudos"

Definition at line 25 of file ExpandISelPseudos.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( ExpandISelPseudos  ,
DEBUG_TYPE  ,
"Expand ISel Pseudo-instructions ,
false  ,
false   
)