Home
last modified time | relevance | path

Searched refs:SCCNodes (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp111 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess() argument
142 SCCNodes.count(Call->getCalledFunction())) in checkFunctionMemoryAccess()
234 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { in addReadAttrs() argument
239 for (Function *F : SCCNodes) { in addReadAttrs()
247 AAR, SCCNodes)) { in addReadAttrs()
271 for (Function *F : SCCNodes) { in addReadAttrs()
360 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) : SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
372 if (!F || !F->hasExactDefinition() || !SCCNodes.count(F)) { in captured()
415 const SCCNodeSet &SCCNodes; member
447 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerReadAttrs() argument
[all …]
DPruneEH.cpp64 SmallPtrSet<CallGraphNode *, 8> SCCNodes; in runImpl() local
70 SCCNodes.insert(I); in runImpl()
131 if (SCCNodes.count(CalleeNode) > 0) in runImpl()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp66 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess() argument
97 SCCNodes.count(CS.getCalledFunction())) in checkFunctionMemoryAccess()
176 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT AARGetter) { in addReadAttrs() argument
180 for (Function *F : SCCNodes) { in addReadAttrs()
184 switch (checkFunctionMemoryAccess(*F, AAR, SCCNodes)) { in addReadAttrs()
199 for (Function *F : SCCNodes) { in addReadAttrs()
275 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) in ArgumentUsesTracker()
276 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
288 if (!F || !F->hasExactDefinition() || !SCCNodes.count(F)) { in captured()
328 const SCCNodeSet &SCCNodes; member
[all …]
DPruneEH.cpp65 SmallPtrSet<CallGraphNode *, 8> SCCNodes; in runImpl() local
71 SCCNodes.insert(I); in runImpl()
135 if (SCCNodes.count(CalleeNode) > 0) in runImpl()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp111 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess() argument
142 SCCNodes.count(Call->getCalledFunction())) in checkFunctionMemoryAccess()
233 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { in addReadAttrs() argument
238 for (Function *F : SCCNodes) { in addReadAttrs()
246 AAR, SCCNodes)) { in addReadAttrs()
270 for (Function *F : SCCNodes) { in addReadAttrs()
361 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) : SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
373 if (!F || !F->hasExactDefinition() || !SCCNodes.count(F)) { in captured()
416 const SCCNodeSet &SCCNodes; member
448 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerReadAttrs() argument
[all …]
/external/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp29 DenseSet<NodeRef> SCCNodes; in propagateFromSCC() local
33 SCCNodes.insert(Node); in propagateFromSCC()
37 for (const auto &Node : SCCNodes) { in propagateFromSCC()
39 if (SCCNodes.count(CGT::edge_dest(E))) in propagateFromSCC()
DLazyCallGraph.cpp866 auto SCCNodes = make_range( in switchInternalEdgeToRef() local
874 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
879 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1669 auto SCCNodes = make_range( in buildGenericSCCs() local
1676 FormSCC(SCCNodes); in buildGenericSCCs()
1677 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp30 DenseSet<NodeRef> SCCNodes; in propagateFromSCC() local
34 SCCNodes.insert(Node); in propagateFromSCC()
38 for (const auto &Node : SCCNodes) { in propagateFromSCC()
40 if (SCCNodes.count(CGT::edge_dest(E))) in propagateFromSCC()
DLazyCallGraph.cpp854 auto SCCNodes = make_range( in switchInternalEdgeToRef() local
862 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
867 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1648 auto SCCNodes = make_range( in buildGenericSCCs() local
1655 FormSCC(SCCNodes); in buildGenericSCCs()
1656 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp636 auto SCCNodes = make_range( in switchInternalEdgeToRef() local
645 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
650 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1373 auto SCCNodes = make_range( in buildSCCs() local
1381 RC.SCCs.push_back(createSCC(RC, SCCNodes)); in buildSCCs()
1386 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildSCCs()