LLVM
8.0.1
|
PBQP register allocation constraint composer. More...
#include "llvm/CodeGen/PBQPRAConstraint.h"
Public Member Functions | |
void | apply (PBQPRAGraph &G) override |
void | addConstraint (std::unique_ptr< PBQPRAConstraint > C) |
Public Member Functions inherited from llvm::PBQPRAConstraint | |
virtual | ~PBQPRAConstraint ()=0 |
PBQP register allocation constraint composer.
Constraints added to this list will be applied, in the order that they are added, to the PBQP graph.
Definition at line 51 of file PBQPRAConstraint.h.
|
inline |
Definition at line 58 of file PBQPRAConstraint.h.
|
inlineoverridevirtual |