LLVM API Documentation

PrologEpilogInserter.cpp File Reference

#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

FunctionPassllvm::createPrologEpilogCodeInserter ()

Variables

std::vector< std::pair< unsigned,
const TargetRegisterClass * > > 
RegsToSave
std::vector< int > StackSlots


Variable Documentation

std::vector<std::pair<unsigned, const TargetRegisterClass*> > RegsToSave

Definition at line 79 of file PrologEpilogInserter.cpp.

std::vector<int> StackSlots

Definition at line 80 of file PrologEpilogInserter.cpp.

Referenced by llvm::createStackSlotsPass().