class PBQPRAConstraintList
Declaration
class PBQPRAConstraintList : public PBQPRAConstraint { /* full declaration omitted */ };
Description
PBQP register allocation constraint composer. Constraints added to this list will be applied, in the order that they are added, to the PBQP graph.
Declared at: llvm/include/llvm/CodeGen/PBQPRAConstraint.h:50
Inherits from: PBQPRAConstraint
Method Overview
- public void addConstraint(std::unique_ptr<PBQPRAConstraint> C)
- public void apply(llvm::PBQPRAGraph & G)
Inherited from PBQPRAConstraint:
Methods
¶void addConstraint(
std::unique_ptr<PBQPRAConstraint> C)
void addConstraint(
std::unique_ptr<PBQPRAConstraint> C)
Declared at: llvm/include/llvm/CodeGen/PBQPRAConstraint.h:57
Parameters
- std::unique_ptr<PBQPRAConstraint> C
¶void apply(llvm::PBQPRAGraph& G)
void apply(llvm::PBQPRAGraph& G)
Declared at: llvm/include/llvm/CodeGen/PBQPRAConstraint.h:52