Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1160 for (auto &DepAA : DG.SyntheticRoot.Deps) { in ~Attributor()
1704 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
1716 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
1720 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
1786 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
1787 DG.SyntheticRoot.end()); in runTillFixpoint()
1860 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
1865 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
1918 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
1919 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); ++u) in manifestAttributes()
[all …]
H A DFunctionAttrs.cpp565 ArgumentGraphNode SyntheticRoot; member in __anon89c377890411::ArgumentGraph
568 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()
572 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()
573 iterator end() { return SyntheticRoot.Uses.end(); } in end()
574 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()
579 SyntheticRoot.Uses.push_back(&Node); in operator []()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h403 AADepGraphNode SyntheticRoot;
404 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }
406 iterator begin() { return SyntheticRoot.child_begin(); }
407 iterator end() { return SyntheticRoot.child_end(); }
1544 DG.SyntheticRoot.Deps.push_back(