LLVM API Documentation
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/PBQP/RegAllocSolver.h"#include <map>#include <set>

Go to the source code of this file.
Classes | |
| class | llvm::PBQPRAProblem |
| class | llvm::PBQPBuilder |
| class | llvm::PBQPBuilderWithCoalescing |
| Extended builder which adds coalescing constraints to a problem. More... | |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Typedefs | |
| typedef PBQP::RegAlloc::Graph | llvm::PBQPRAGraph |
Functions | |
| FunctionPass * | llvm::createPBQPRegisterAllocator (std::unique_ptr< PBQPBuilder > builder, char *customPassID=nullptr) |