LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::PBQP::GraphBase Class Reference

#include <Graph.h>

Inheritance diagram for llvm::PBQP::GraphBase:
[legend]

Public Types

typedef unsigned NodeId
 
typedef unsigned EdgeId
 

Static Public Member Functions

static NodeId invalidNodeId ()
 Returns a value representing an invalid (non-existent) node. More...
 
static EdgeId invalidEdgeId ()
 Returns a value representing an invalid (non-existent) edge. More...
 

Detailed Description

Definition at line 29 of file Graph.h.

Member Typedef Documentation

Definition at line 32 of file Graph.h.

Definition at line 31 of file Graph.h.

Member Function Documentation

static EdgeId llvm::PBQP::GraphBase::invalidEdgeId ( )
inlinestatic

Returns a value representing an invalid (non-existent) edge.

Definition at line 40 of file Graph.h.

Referenced by llvm::PBQP::Graph< RegAllocSolverImpl >::findEdge().

static NodeId llvm::PBQP::GraphBase::invalidNodeId ( )
inlinestatic

Returns a value representing an invalid (non-existent) node.

Definition at line 35 of file Graph.h.

Referenced by llvm::PBQP::RegAlloc::GraphMetadata::getNodeIdForVReg().


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