LLVM API Documentation
#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/MRegisterInfo.h"#include "llvm/Target/TargetFrameInfo.h"#include "llvm/Target/TargetInstrInfo.h"Include dependency graph for PrologEpilogInserter.cpp:

Go to the source code of this file.
Functions | |
| FunctionPass * | llvm::createPrologEpilogCodeInserter () |
Variables | |
| std::vector< std::pair< unsigned, const TargetRegisterClass * > > | RegsToSave |
| std::vector< int > | StackSlots |
| std::vector<std::pair<unsigned, const TargetRegisterClass*> > RegsToSave |
Definition at line 79 of file PrologEpilogInserter.cpp.
| std::vector<int> StackSlots |