LLVM  4.0.0
Classes | Namespaces | Functions
RegAllocPBQP.h File Reference
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/PBQP/CostAllocator.h"
#include "llvm/CodeGen/PBQP/ReductionRules.h"
#include "llvm/CodeGen/PBQPRAConstraint.h"
#include "llvm/Support/ErrorHandling.h"
#include <set>
Include dependency graph for RegAllocPBQP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::PBQP::RegAlloc::MatrixMetadata
 Metadata to speed allocatability test. More...
 
class  llvm::PBQP::RegAlloc::AllowedRegVector
 Holds a vector of the allowed physical regs for a vreg. More...
 
class  llvm::PBQP::RegAlloc::GraphMetadata
 Holds graph-level metadata relevant to PBQP RA problems. More...
 
class  llvm::PBQP::RegAlloc::NodeMetadata
 Holds solver state and other metadata relevant to each PBQP RA node. More...
 
class  llvm::PBQP::RegAlloc::RegAllocSolverImpl
 
struct  llvm::PBQP::RegAlloc::RegAllocSolverImpl::EdgeMetadata
 
class  llvm::PBQP::RegAlloc::PBQPRAGraph
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::PBQP
 
 llvm::PBQP::RegAlloc
 

Functions

unsigned llvm::PBQP::RegAlloc::getSpillOptionIdx ()
 Spill option index. More...
 
hash_code llvm::PBQP::RegAlloc::hash_value (const AllowedRegVector &OptRegs)
 
Solution llvm::PBQP::RegAlloc::solve (PBQPRAGraph &G)
 
FunctionPassllvm::createPBQPRegisterAllocator (char *customPassID=nullptr)
 Create a PBQP register allocator instance. More...