LLVM API Documentation
#include <Spiller.h>
Public Member Functions | |
virtual | ~Spiller ()=0 |
virtual void | spill (LiveRangeEdit &LRE)=0 |
spill - Spill the LRE.getParent() live interval. |
Spiller interface.
Implementations are utility classes which insert spill or remat code on demand.
Spiller::~Spiller | ( | ) | [pure virtual] |
Definition at line 45 of file Spiller.cpp.
virtual void llvm::Spiller::spill | ( | LiveRangeEdit & | LRE | ) | [pure virtual] |
spill - Spill the LRE.getParent() live interval.