Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h195 struct AADepGraph { struct
196 AADepGraph() {} in AADepGraph() function
197 ~AADepGraph() {} in ~AADepGraph() argument
199 using DepTy = AADepGraphNode::DepTy; argument
200 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument
207 AADepGraphNode SyntheticRoot; argument
208 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } in GetEntryNode() argument
210 iterator begin() { return SyntheticRoot.child_begin(); } in begin()
211 iterator end() { return SyntheticRoot.child_end(); } in end()