Searched defs:AADepGraphNode (Results 1 – 1 of 1) sorted by relevance
155 struct AADepGraphNode { struct157 virtual ~AADepGraphNode(){}; in ~AADepGraphNode() argument158 using DepTy = PointerIntPair<AADepGraphNode *, 1>; argument165 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument166 static AbstractAttribute *DepGetValAA(DepTy &DT) { in DepGetValAA()175 using aaiterator =199 using DepTy = AADepGraphNode::DepTy; argument