Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h227 struct AADepGraphNode { struct
229 virtual ~AADepGraphNode(){}; in ~AADepGraphNode() argument
230 using DepTy = PointerIntPair<AADepGraphNode *, 1>; argument
237 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument
238 static AbstractAttribute *DepGetValAA(DepTy &DT) { in DepGetValAA()
247 using aaiterator =
271 using DepTy = AADepGraphNode::DepTy; argument