Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
ListRecord Class Reference#include <briggs_reg_alloc.h>
List of all members.
Constructor & Destructor Documentation
ListRecord::ListRecord |
( |
int |
web, |
|
|
float |
spc |
|
) |
[inline] |
|
Member Function Documentation
void ListRecord::addAdjacentNode |
( |
int |
reg |
) |
|
|
void ListRecord::decCost |
( |
float |
f |
) |
[inline] |
|
const int_set& ListRecord::getAdjNodes |
( |
|
) |
[inline] |
|
int& ListRecord::getColor |
( |
|
) |
[inline] |
|
const int_set& ListRecord::getRmAdjNodes |
( |
|
) |
[inline] |
|
float ListRecord::getSpillCost |
( |
|
) |
[inline] |
|
int ListRecord::getWeb |
( |
|
) |
[inline] |
|
void ListRecord::incCost |
( |
float |
f |
) |
[inline] |
|
int ListRecord::numInts |
( |
|
) |
[inline] |
|
void ListRecord::removeAdjacentNode |
( |
int |
reg |
) |
|
|
void ListRecord::removeAllAdjacencies |
( |
|
) |
|
|
Member Data Documentation
int_set ListRecord::adjNodes [private]
|
|
int ListRecord::color [private]
|
|
const int ListRecord::color_none [static]
|
|
int ListRecord::disp [private]
|
|
int ListRecord::num_ints [private]
|
|
int_set ListRecord::removeAdj [private]
|
|
float ListRecord::spillCost [private]
|
|
int ListRecord::webNum [private]
|
|
The documentation for this class was generated from the following files:
|