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.h48 friend class ImmutableGraph; variable
59 friend class ImmutableGraph; variable
84 ImmutableGraph(const ImmutableGraph &) = delete;
85 ImmutableGraph(ImmutableGraph &&) = delete;
86 ImmutableGraph &operator=(const ImmutableGraph &) = delete;
87 ImmutableGraph &operator=(ImmutableGraph &&) = delete;
112 const ImmutableGraph &G;
116 NodeSet(const ImmutableGraph &G, bool ContainsAll = false)
200 const ImmutableGraph &G;
204 EdgeSet(const ImmutableGraph &G, bool ContainsAll = false)
[all …]
H A DX86LoadValueInjectionLoadHardening.cpp114 struct MachineGadgetGraph : ImmutableGraph<MachineInstr *, int> {
118 using GraphT = ImmutableGraph<MachineInstr *, int>;
189 : GraphTraits<ImmutableGraph<MachineInstr *, int> *> {};