LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
PBQP::Heuristics::Briggs::NodeData Struct Reference

#include <Briggs.h>

Collaboration diagram for PBQP::Heuristics::Briggs::NodeData:
Collaboration graph
[legend]

Public Types

typedef std::vector< unsignedUnsafeDegreesArray
 

Public Member Functions

 NodeData ()
 

Public Attributes

bool isHeuristic
 
bool isAllocable
 
bool isInitialized
 
unsigned numDenied
 
unsigned numSafe
 
UnsafeDegreesArray unsafeDegrees
 
RNAllocableListItr rnaItr
 
RNUnallocableListItr rnuItr
 

Detailed Description

Definition at line 88 of file Briggs.h.

Member Typedef Documentation

Definition at line 89 of file Briggs.h.

Constructor & Destructor Documentation

PBQP::Heuristics::Briggs::NodeData::NodeData ( )
inline

Definition at line 96 of file Briggs.h.

Member Data Documentation

bool PBQP::Heuristics::Briggs::NodeData::isAllocable
bool PBQP::Heuristics::Briggs::NodeData::isHeuristic
bool PBQP::Heuristics::Briggs::NodeData::isInitialized

Definition at line 90 of file Briggs.h.

unsigned PBQP::Heuristics::Briggs::NodeData::numDenied

Definition at line 91 of file Briggs.h.

unsigned PBQP::Heuristics::Briggs::NodeData::numSafe

Definition at line 91 of file Briggs.h.

RNAllocableListItr PBQP::Heuristics::Briggs::NodeData::rnaItr
RNUnallocableListItr PBQP::Heuristics::Briggs::NodeData::rnuItr
UnsafeDegreesArray PBQP::Heuristics::Briggs::NodeData::unsafeDegrees

Definition at line 92 of file Briggs.h.


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