Lines Matching defs:MachineGadgetGraph
114 struct MachineGadgetGraph : ImmutableGraph<MachineInstr *, int> { struct
115 static constexpr int GadgetEdgeSentinel = -1;
116 static constexpr MachineInstr *const ArgNodeSentinel = nullptr;
118 using GraphT = ImmutableGraph<MachineInstr *, int>;
119 using Node = typename GraphT::Node;
120 using Edge = typename GraphT::Edge;
121 using size_type = typename GraphT::size_type;
122 MachineGadgetGraph(std::unique_ptr<Node[]> Nodes, in MachineGadgetGraph() function
127 static inline bool isCFGEdge(const Edge &E) { in isCFGEdge()
130 static inline bool isGadgetEdge(const Edge &E) { in isGadgetEdge()
133 int NumFences;
134 int NumGadgets;