|
LLVM
3.7.0
|
#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 188 of file InlineSpiller.cpp.
|
pure virtual |
spill - Spill the LRE.getParent() live interval.
1.8.6