Lines Matching refs:SCCNodes
87 SmallPtrSet<Function*, 8> SCCNodes;
89 // Fill SCCNodes with the elements of the SCC. Used for quickly
92 SCCNodes.insert((*I)->getFunction());
129 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
261 SmallPtrSet<Function*, 8> &SCCNodes) const {
309 SCCNodes.count(CS.getCalledFunction()))
325 SmallPtrSet<Function*, 8> SCCNodes;
327 // Fill SCCNodes with the elements of the SCC. Used for quickly
330 SCCNodes.insert((*I)->getFunction());
355 if (!IsFunctionMallocLike(F, SCCNodes))