Lines Matching refs:SyntheticRoot
1160 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()
1921 << cast<AbstractAttribute>(DG.SyntheticRoot.Deps[u].getPointer()) in manifestAttributes()
1923 << cast<AbstractAttribute>(DG.SyntheticRoot.Deps[u].getPointer()) in manifestAttributes()
3378 for (auto DepAA : SyntheticRoot.Deps) in print()