LLVM 20.0.0git
|
Abstract base for classes implementing PBQP register allocation constraints (e.g. More...
#include "llvm/CodeGen/PBQPRAConstraint.h"
Public Member Functions | |
virtual | ~PBQPRAConstraint ()=0 |
virtual void | apply (PBQPRAGraph &G)=0 |
Abstract base for classes implementing PBQP register allocation constraints (e.g.
Spill-costs, interference, coalescing).
Definition at line 37 of file PBQPRAConstraint.h.
|
pure virtualdefault |
|
pure virtual |
Implemented in llvm::PBQPRAConstraintList, and llvm::A57ChainingConstraint.