Searched defs:AADepGraphNode (Results 1 – 1 of 1) sorted by relevance
154 struct AADepGraphNode { struct156 virtual ~AADepGraphNode(){}; in ~AADepGraphNode() argument157 using DepTy = PointerIntPair<AADepGraphNode *, 1>; argument164 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument165 static AbstractAttribute *DepGetValAA(DepTy &DT) { in DepGetValAA()174 using aaiterator =198 using DepTy = AADepGraphNode::DepTy; argument