Searched refs:SyntheticRoot (Results 1 – 3 of 3) sorted by relevance
510 ArgumentGraphNode SyntheticRoot; member in __anon416db8590311::ArgumentGraph513 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()517 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()518 iterator end() { return SyntheticRoot.Uses.end(); } in end()519 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()524 SyntheticRoot.Uses.push_back(&Node); in operator []()
2126 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()2138 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()2142 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()2209 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()2210 DG.SyntheticRoot.end()); in runTillFixpoint()2273 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()2278 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()2331 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()2332 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes()2335 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); in manifestAttributes()[all …]
557 AADepGraphNode SyntheticRoot;558 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }560 iterator begin() { return SyntheticRoot.child_begin(); }561 iterator end() { return SyntheticRoot.child_end(); }1706 DG.SyntheticRoot.Deps.insert(