Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h194 struct AADepGraph { struct
195 AADepGraph() {} in AADepGraph() function
196 ~AADepGraph() {} in ~AADepGraph() argument
198 using DepTy = AADepGraphNode::DepTy; argument
199 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() argument
206 AADepGraphNode SyntheticRoot; argument
207 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } in GetEntryNode() argument
209 iterator begin() { return SyntheticRoot.child_begin(); } in begin()
210 iterator end() { return SyntheticRoot.child_end(); } in end()