Lines Matching refs:SyntheticRoot
850 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()
1521 << cast<AbstractAttribute>(DG.SyntheticRoot.Deps[u].getPointer()) in manifestAttributes()
1523 << cast<AbstractAttribute>(DG.SyntheticRoot.Deps[u].getPointer()) in manifestAttributes()
2888 for (auto DepAA : SyntheticRoot.Deps) in print()