Searched refs:SyntheticRoot (Results 1 – 3 of 3) sorted by relevance
530 ArgumentGraphNode SyntheticRoot; member in __anon416db8590311::ArgumentGraph533 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()537 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()538 iterator end() { return SyntheticRoot.Uses.end(); } in end()539 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()544 SyntheticRoot.Uses.push_back(&Node); in operator []()
2119 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()2131 Worklist.insert_range(DG.SyntheticRoot); in runTillFixpoint()2135 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()2202 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()2203 DG.SyntheticRoot.end()); in runTillFixpoint()2265 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()2270 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()2323 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()2324 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes()2327 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); in manifestAttributes()[all …]
569 AADepGraphNode SyntheticRoot;570 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }572 iterator begin() { return SyntheticRoot.child_begin(); }573 iterator end() { return SyntheticRoot.child_end(); }1733 DG.SyntheticRoot.Deps.insert(