Home
last modified time | relevance | path

Searched refs:SyntheticRoot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp576 for (auto &DepAA : DG.SyntheticRoot.Deps) { in ~Attributor()
999 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
1009 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
1013 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
1077 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
1078 DG.SyntheticRoot.end()); in runTillFixpoint()
1135 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
1140 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
1188 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
1189 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); ++u) in manifestAttributes()
[all …]
H A DFunctionAttrs.cpp348 ArgumentGraphNode SyntheticRoot; member in __anonee0cb9240211::ArgumentGraph
351 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()
355 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()
356 iterator end() { return SyntheticRoot.Uses.end(); } in end()
357 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()
362 SyntheticRoot.Uses.push_back(&Node); in operator []()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h207 AADepGraphNode SyntheticRoot; member
208 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } in GetEntryNode()
210 iterator begin() { return SyntheticRoot.child_begin(); } in begin()
211 iterator end() { return SyntheticRoot.child_end(); } in end()
1272 DG.SyntheticRoot.Deps.push_back(