LLVM
8.0.1
|
#include "llvm/CodeGen/PBQP/Graph.h"
Public Types | |
using | NodeId = unsigned |
using | EdgeId = unsigned |
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 38 of file Graph.h.
References llvm::max().
Referenced by llvm::PBQP::Graph< RegAllocSolverImpl >::findEdge().
|
inlinestatic |
Returns a value representing an invalid (non-existent) node.
Definition at line 33 of file Graph.h.
References llvm::max().
Referenced by llvm::PBQP::RegAlloc::GraphMetadata::getNodeIdForVReg().