Home
last modified time | relevance | path

Searched refs:SyntheticRoot (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp252 ArgumentGraphNode SyntheticRoot; member in __anon8d90fee20311::ArgumentGraph
255 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()
259 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()
260 iterator end() { return SyntheticRoot.Uses.end(); } in end()
261 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()
266 SyntheticRoot.Uses.push_back(&Node); in operator []()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp564 for (auto &DepAA : DG.SyntheticRoot.Deps) { in ~Attributor()
975 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
985 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
989 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
1053 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
1054 DG.SyntheticRoot.end()); in runTillFixpoint()
1111 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
1116 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
1161 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
1162 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); ++u) in manifestAttributes()
[all …]
DFunctionAttrs.cpp338 ArgumentGraphNode SyntheticRoot; member in __anon0331d7500211::ArgumentGraph
341 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()
345 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()
346 iterator end() { return SyntheticRoot.Uses.end(); } in end()
347 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()
352 SyntheticRoot.Uses.push_back(&Node); in operator []()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp337 ArgumentGraphNode SyntheticRoot; member in __anon0d2940c40211::ArgumentGraph
340 ArgumentGraph() { SyntheticRoot.Definition = nullptr; } in ArgumentGraph()
344 iterator begin() { return SyntheticRoot.Uses.begin(); } in begin()
345 iterator end() { return SyntheticRoot.Uses.end(); } in end()
346 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode()
351 SyntheticRoot.Uses.push_back(&Node); in operator []()
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h206 AADepGraphNode SyntheticRoot; member
207 AADepGraphNode *GetEntryNode() { return &SyntheticRoot; } in GetEntryNode()
209 iterator begin() { return SyntheticRoot.child_begin(); } in begin()
210 iterator end() { return SyntheticRoot.child_end(); } in end()
1226 DG.SyntheticRoot.Deps.push_back(