Lines Matching refs:SCCNodes
151 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
533 SCCNodes.insert(F); in AddArgumentAttrs()
576 ArgumentUsesTracker Tracker(SCCNodes); in AddArgumentAttrs()
723 SmallPtrSet<Function*, 8> &SCCNodes) const { in IsFunctionMallocLike()
772 SCCNodes.count(CS.getCalledFunction())) in IsFunctionMallocLike()
788 SmallPtrSet<Function*, 8> SCCNodes; in AddNoAliasAttrs() local
793 SCCNodes.insert((*I)->getFunction()); in AddNoAliasAttrs()
818 if (!IsFunctionMallocLike(F, SCCNodes)) in AddNoAliasAttrs()