Searched defs:AADepGraphNode (Results 1 – 1 of 1) sorted by relevance
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() argument238 static AbstractAttribute *DepGetValAA(DepTy &DT) { in DepGetValAA()247 using aaiterator =271 using DepTy = AADepGraphNode::DepTy; argument