|
LLVM
4.0.0
|
#include <Graph.h>
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... | |
|
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().
|
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().
1.8.6