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 "llvm/Support/Visibility.h"
Include dependency graph for PrologEpilogInserter.cpp:
Go to the source code of this file.
Functions | |
FunctionPass * | llvm::createPrologEpilogCodeInserter () |
std::vector<std::pair<unsigned, const TargetRegisterClass*> > RegsToSave |
Definition at line 80 of file PrologEpilogInserter.cpp.
std::vector<int> StackSlots |
Definition at line 81 of file PrologEpilogInserter.cpp.