LLVM 22.0.0git
Spiller.h File Reference

Go to the source code of this file.

Classes

class  llvm::Spiller
 Spiller interface. More...
struct  llvm::Spiller::RequiredAnalyses

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

Spillerllvm::createInlineSpiller (const Spiller::RequiredAnalyses &Analyses, MachineFunction &MF, VirtRegMap &VRM, VirtRegAuxInfo &VRAI, LiveRegMatrix *Matrix=nullptr)
 Create and return a spiller that will insert spill code directly instead of deferring though VirtRegMap.