LLVM API Documentation

Public Member Functions
PBQP::RegAlloc::MatrixMetadata Class Reference

Metadata to speed allocatability test. More...

#include <RegAllocSolver.h>

List of all members.

Public Member Functions

 MatrixMetadata (const PBQP::Matrix &M)
 ~MatrixMetadata ()
unsigned getWorstRow () const
unsigned getWorstCol () const
const boolgetUnsafeRows () const
const boolgetUnsafeCols () const

Detailed Description

Metadata to speed allocatability test.

Keeps track of the number of infinities in each row and column.

Definition at line 36 of file RegAllocSolver.h.


Constructor & Destructor Documentation

PBQP::RegAlloc::MatrixMetadata::MatrixMetadata ( const PBQP::Matrix M) [inline]

Definition at line 41 of file RegAllocSolver.h.

References PBQP::Matrix::getCols(), and PBQP::Matrix::getRows().

Definition at line 66 of file RegAllocSolver.h.


Member Function Documentation


The documentation for this class was generated from the following file: