Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp510 ArgumentGraphNode SyntheticRoot; member in __anonf535040f0311::ArgumentGraph
513 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()
517 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()
518 iterator end() { return SyntheticRoot.Uses.end(); } in end()
519 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()
524 SyntheticRoot.Uses.push_back(&Node); in operator []()
H A DAttributor.cpp2122 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
2134 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
2138 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
2205 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
2206 DG.SyntheticRoot.end()); in runTillFixpoint()
2269 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
2274 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
2327 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
2328 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes()
2331 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); in manifestAttributes()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h556 AADepGraphNode SyntheticRoot;
557 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }
559 iterator begin() { return SyntheticRoot.child_begin(); }
560 iterator end() { return SyntheticRoot.child_end(); }
1705 DG.SyntheticRoot.Deps.insert(