|
LLVM
4.0.0
|
#include <Spiller.h>
Public Member Functions | |
| virtual | ~Spiller ()=0 |
| virtual void | spill (LiveRangeEdit &LRE)=0 |
| spill - Spill the LRE.getParent() live interval. More... | |
| virtual void | postOptimization () |
Spiller interface.
Implementations are utility classes which insert spill or remat code on demand.
|
pure virtual |
Definition at line 211 of file InlineSpiller.cpp.
|
inlinevirtual |
Definition at line 32 of file Spiller.h.
Referenced by llvm::RegAllocBase::postOptimization().
|
pure virtual |
spill - Spill the LRE.getParent() live interval.
1.8.6