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. More... | |
Spiller interface.
Implementations are utility classes which insert spill or remat code on demand.
|
pure virtual |
Definition at line 45 of file Spiller.cpp.
|
pure virtual |
spill - Spill the LRE.getParent() live interval.