|
LLVM
4.0.0
|
Abstract base for classes implementing PBQP register allocation constraints (e.g. More...
#include <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 39 of file PBQPRAConstraint.h.
|
pure virtual |
Definition at line 505 of file RegAllocPBQP.cpp.
|
pure virtual |
Implemented in llvm::PBQPRAConstraintList, and llvm::A57ChainingConstraint.
1.8.6