Searched refs:SCCNodes (Results 1 – 2 of 2) sorted by relevance
151 SmallPtrSet<Function*, 8> SCCNodes; in AddReadAttrs() local156 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; member415 const SmallPtrSet<Argument*, 8> &SCCNodes) { in determinePointerReadAttrs() argument493 if (SCCNodes.count(AI)) in determinePointerReadAttrs()525 SmallPtrSet<Function*, 8> SCCNodes; in AddArgumentAttrs() local[all …]
65 SmallPtrSet<CallGraphNode *, 8> SCCNodes; in runOnSCC() local72 SCCNodes.insert(*I); in runOnSCC()125 if (!SCCNodes.count(CalleeNode)) { in runOnSCC()