LLVM 19.0.0git
Macros | Functions
ExpandPostRAPseudos.cpp File Reference
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

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) bool ExpandPostRA
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "postrapseudos"

Definition at line 26 of file ExpandPostRAPseudos.cpp.

Function Documentation

◆ INITIALIZE_PASS()

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