Searched refs:AADepGraphNode (Results 1 – 2 of 2) sorted by relevance
127 struct AADepGraphNode;227 struct AADepGraphNode { struct229 virtual ~AADepGraphNode(){}; in ~AADepGraphNode() argument230 using DepTy = PointerIntPair<AADepGraphNode *, 1>; argument237 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument271 using DepTy = AADepGraphNode::DepTy; argument279 AADepGraphNode SyntheticRoot;280 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } in GetEntryNode()1401 AADepGraphNode::DepTy(&AA, unsigned(DepClassTy::REQUIRED)));2630 struct AbstractAttribute : public IRPosition, public AADepGraphNode {[all …]
2944 template <> struct GraphTraits<AADepGraphNode *> {2945 using NodeRef = AADepGraphNode *;2946 using DepTy = PointerIntPair<AADepGraphNode *, 1>;2947 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>;2949 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } in getEntryNode()2962 struct GraphTraits<AADepGraph *> : public GraphTraits<AADepGraphNode *> {2976 static std::string getNodeLabel(const AADepGraphNode *Node, in getNodeLabel()