Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()