Lines Matching refs:SyntheticRoot
2122 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
2134 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
2138 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
2205 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
2206 DG.SyntheticRoot.end()); in runTillFixpoint()
2269 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
2274 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
2327 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
2328 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes()
2331 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); in manifestAttributes()
4017 for (auto DepAA : SyntheticRoot.Deps) in print()