class GraphBase

Declaration

class GraphBase { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:26

Method Overview

Methods

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

Description

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

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:37

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

Description

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

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:32