LLVM API Documentation

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 130 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: