LLVM 20.0.0git
|
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 |
virtual void | apply (PBQPRAGraph &G)=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 50 of file PBQPRAConstraint.h.
|
inline |
Definition at line 57 of file PBQPRAConstraint.h.
References llvm::CallingConv::C.
|
inlineoverridevirtual |
Implements llvm::PBQPRAConstraint.
Definition at line 52 of file PBQPRAConstraint.h.
References llvm::CallingConv::C, and G.