Searched refs:SyntheticRoot (Results 1 – 3 of 3) sorted by relevance
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()[all …]
565 ArgumentGraphNode SyntheticRoot; member in __anon89c377890411::ArgumentGraph568 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()572 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()573 iterator end() { return SyntheticRoot.Uses.end(); } in end()574 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()579 SyntheticRoot.Uses.push_back(&Node); in operator []()
403 AADepGraphNode SyntheticRoot;404 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; }406 iterator begin() { return SyntheticRoot.child_begin(); }407 iterator end() { return SyntheticRoot.child_end(); }1544 DG.SyntheticRoot.Deps.push_back(