|
LLVM
8.0.1
|
#include "CodeGen/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 virtualdefault |
|
inlinevirtual |
Definition at line 33 of file Spiller.h.
References llvm::createInlineSpiller(), and pass.
Referenced by isACalleeSavedRegister(), and llvm::RegAllocBase::postOptimization().
|
pure virtual |
spill - Spill the LRE.getParent() live interval.
Referenced by isACalleeSavedRegister().
1.8.13