LLVM 20.0.0git
|
#include "Target/X86/ImmutableGraph.h"
Public Types | |
using | BuilderNodeRef = size_type |
Public Member Functions | |
BuilderNodeRef | addVertex (const node_value_type &V) |
void | addEdge (const edge_value_type &E, BuilderNodeRef From, BuilderNodeRef To) |
bool | empty () const |
template<typename... ArgT> | |
std::unique_ptr< GraphT > | get (ArgT &&... Args) |
Static Public Member Functions | |
template<typename... ArgT> | |
static std::unique_ptr< GraphT > | trim (const GraphT &G, const NodeSet &TrimNodes, const EdgeSet &TrimEdges, ArgT &&... Args) |
Definition at line 294 of file ImmutableGraph.h.
using llvm::ImmutableGraphBuilder< GraphT >::BuilderNodeRef = size_type |
Definition at line 313 of file ImmutableGraph.h.
|
inline |
Definition at line 320 of file ImmutableGraph.h.
|
inline |
Definition at line 315 of file ImmutableGraph.h.
References I.
|
inline |
Definition at line 325 of file ImmutableGraph.h.
|
inline |
Definition at line 327 of file ImmutableGraph.h.
|
inlinestatic |