|
LLVM 22.0.0git
|
#include "llvm/CodeGen/StackFrameLayoutAnalysisPass.h"#include "llvm/ADT/SetVector.h"#include "llvm/Analysis/OptimizationRemarkEmitter.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/CodeGen/StackProtector.h"#include "llvm/CodeGen/TargetFrameLowering.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/PrintPasses.h"#include "llvm/InitializePasses.h"#include "llvm/Support/Debug.h"#include "llvm/Support/FormatVariadic.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "stack-frame-layout" |
Functions | |
| INITIALIZE_PASS (StackFrameLayoutAnalysisLegacy, "stack-frame-layout", "Stack Frame Layout", false, false) MachineFunctionPass *llvm | |
| Returns a newly-created StackFrameLayout pass. | |
| #define DEBUG_TYPE "stack-frame-layout" |
Definition at line 40 of file StackFrameLayoutAnalysisPass.cpp.
| INITIALIZE_PASS | ( | StackFrameLayoutAnalysisLegacy | , |
| "stack-frame-layout" | , | ||
| "Stack Frame Layout" | , | ||
| false | , | ||
| false | ) |
Returns a newly-created StackFrameLayout pass.
Definition at line 306 of file StackFrameLayoutAnalysisPass.cpp.
References llvm::createStackFrameLayoutAnalysisPass().