LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::Spiller Struct Reference

#include <VirtRegMap.h>

List of all members.

Public Member Functions

virtual ~Spiller ()
virtual bool runOnMachineFunction (MachineFunction &MF, const VirtRegMap &VRM)=0


Detailed Description

Spiller interface: Implementations of this interface assign spilled virtual registers to stack slots, rewriting the code.

Definition at line 151 of file VirtRegMap.h.


Constructor & Destructor Documentation

Spiller::~Spiller  )  [virtual]
 

Definition at line 128 of file VirtRegMap.cpp.


Member Function Documentation

virtual bool llvm::Spiller::runOnMachineFunction MachineFunction MF,
const VirtRegMap VRM
[pure virtual]
 


The documentation for this struct was generated from the following files: