LLVM 20.0.0git
|
#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. | |
static EdgeId | invalidEdgeId () |
Returns a value representing an invalid (non-existent) edge. | |
|
inlinestatic |
Returns a value representing an invalid (non-existent) edge.
Definition at line 37 of file Graph.h.
Referenced by llvm::PBQP::Graph< SolverT >::findEdge().
|
inlinestatic |
Returns a value representing an invalid (non-existent) node.
Definition at line 32 of file Graph.h.
Referenced by llvm::PBQP::RegAlloc::GraphMetadata::getNodeIdForVReg().