Home
last modified time | relevance | path

Searched defs:ImmutableGraph (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h48 friend class ImmutableGraph; variable
59 friend class ImmutableGraph; variable
80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph() function