Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp151 SmallPtrSet<Function*, 8> SCCNodes; in AddReadAttrs() local
156 SCCNodes.insert((*I)->getFunction()); in AddReadAttrs()
194 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction())) in AddReadAttrs()
346 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes) in ArgumentUsesTracker()
347 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()
356 if (!F || !SCCNodes.count(F)) { Captured = true; return true; } in captured()
381 const SmallPtrSet<Function*, 8> &SCCNodes; member
415 const SmallPtrSet<Argument*, 8> &SCCNodes) { in determinePointerReadAttrs() argument
493 if (SCCNodes.count(AI)) in determinePointerReadAttrs()
525 SmallPtrSet<Function*, 8> SCCNodes; in AddArgumentAttrs() local
[all …]
DPruneEH.cpp65 SmallPtrSet<CallGraphNode *, 8> SCCNodes; in runOnSCC() local
72 SCCNodes.insert(*I); in runOnSCC()
125 if (!SCCNodes.count(CalleeNode)) { in runOnSCC()