LLVM  8.0.1
Macros | Functions
ExpandPostRAPseudos.cpp File Reference
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for ExpandPostRAPseudos.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "postrapseudos"
 

Functions

 INITIALIZE_PASS (ExpandPostRA, DEBUG_TYPE, "Post-RA pseudo instruction expansion pass", false, false) void ExpandPostRA
 TransferImplicitOperands - MI is a pseudo-instruction, and the lowered replacement instructions immediately precede it. More...
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "postrapseudos"

Definition at line 28 of file ExpandPostRAPseudos.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( ExpandPostRA  ,
DEBUG_TYPE  ,
"Post-RA pseudo instruction expansion pass ,
false  ,
false   
)