Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h38 template <typename NodeValueT, typename EdgeValueT> class ImmutableGraph {
39 using Traits = GraphTraits<ImmutableGraph<NodeValueT, EdgeValueT> *>;
48 friend class ImmutableGraph; variable
59 friend class ImmutableGraph; variable
80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph() function
84 ImmutableGraph(const ImmutableGraph &) = delete;
85 ImmutableGraph(ImmutableGraph &&) = delete;
86 ImmutableGraph &operator=(const ImmutableGraph &) = delete;
87 ImmutableGraph &operator=(ImmutableGraph &&) = delete;
112 const ImmutableGraph &G;
[all …]
H A DX86LoadValueInjectionLoadHardening.cpp114 struct MachineGadgetGraph : ImmutableGraph<MachineInstr *, int> {
118 using GraphT = ImmutableGraph<MachineInstr *, int>;
189 : GraphTraits<ImmutableGraph<MachineInstr *, int> *> {};