LLVM 17.0.0git
|
#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) void ExpandPostRA | |
TransferImplicitOperands - MI is a pseudo-instruction, and the lowered replacement instructions immediately precede it. | |
#define DEBUG_TYPE "postrapseudos" |
Definition at line 26 of file ExpandPostRAPseudos.cpp.
INITIALIZE_PASS | ( | ExpandPostRA | , |
DEBUG_TYPE | , | ||
"Post-RA pseudo instruction expansion pass" | , | ||
false | , | ||
false | |||
) |
TransferImplicitOperands - MI is a pseudo-instruction, and the lowered replacement instructions immediately precede it.
Copy any implicit operands from MI to the replacement instruction.
Definition at line 59 of file ExpandPostRAPseudos.cpp.