Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp850 for (auto &DepAA : DG.SyntheticRoot.Deps) { in ~Attributor()
1322 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
1337 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
1341 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
1405 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
1406 DG.SyntheticRoot.end()); in runTillFixpoint()
1463 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
1468 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
1518 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
1519 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); ++u) in manifestAttributes()
[all …]
H A DFunctionAttrs.cpp348 ArgumentGraphNode SyntheticRoot; member in __anon1c06700d0211::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 []()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h279 AADepGraphNode SyntheticRoot; member
280 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } in GetEntryNode()
282 iterator begin() { return SyntheticRoot.child_begin(); } in begin()
283 iterator end() { return SyntheticRoot.child_end(); } in end()
1400 DG.SyntheticRoot.Deps.push_back(