Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp115 struct MachineGadgetGraph : ImmutableGraph<MachineInstr *, int> { struct
116 static constexpr int GadgetEdgeSentinel = -1;
117 static constexpr MachineInstr *const ArgNodeSentinel = nullptr;
119 using GraphT = ImmutableGraph<MachineInstr *, int>;
120 using Node = typename GraphT::Node;
121 using Edge = typename GraphT::Edge;
122 using size_type = typename GraphT::size_type;
123 MachineGadgetGraph(std::unique_ptr<Node[]> Nodes, in MachineGadgetGraph() function
128 static inline bool isCFGEdge(const Edge &E) { in isCFGEdge()
131 static inline bool isGadgetEdge(const Edge &E) { in isGadgetEdge()
[all …]