Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp510 ArgumentGraphNode SyntheticRoot; member in __anon416db8590311::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.cpp2126 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
2138 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
2142 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
2209 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
2210 DG.SyntheticRoot.end()); in runTillFixpoint()
2273 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
2278 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
2331 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
2332 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes()
2335 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); in manifestAttributes()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h557 AADepGraphNode SyntheticRoot;
558 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }
560 iterator begin() { return SyntheticRoot.child_begin(); }
561 iterator end() { return SyntheticRoot.child_end(); }
1706 DG.SyntheticRoot.Deps.insert(