Home
last modified time | relevance | path

Searched defs:AADepGraphNode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h155 struct AADepGraphNode { struct
157 virtual ~AADepGraphNode(){}; in ~AADepGraphNode() argument
158 using DepTy = PointerIntPair<AADepGraphNode *, 1>; argument
165 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument
166 static AbstractAttribute *DepGetValAA(DepTy &DT) { in DepGetValAA()
175 using aaiterator =
199 using DepTy = AADepGraphNode::DepTy; argument