/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 111 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 …]
|
D | PruneEH.cpp | 64 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/ |
D | FunctionAttrs.cpp | 66 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 …]
|
D | PruneEH.cpp | 65 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/ |
D | FunctionAttrs.cpp | 111 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/ |
D | SyntheticCountsUtils.cpp | 29 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()
|
D | LazyCallGraph.cpp | 866 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/ |
D | SyntheticCountsUtils.cpp | 30 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()
|
D | LazyCallGraph.cpp | 854 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/ |
D | LazyCallGraph.cpp | 636 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()
|