LLVM 20.0.0git
|
#include "llvm/CodeGen/Spiller.h"
Public Member Functions | |
virtual | ~Spiller ()=0 |
virtual void | spill (LiveRangeEdit &LRE)=0 |
spill - Spill the LRE.getParent() live interval. | |
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.
Referenced by llvm::RegAllocBase::postOptimization().
|
pure virtual |
spill - Spill the LRE.getParent() live interval.