Lines Matching defs:SCCNodes
111 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess()
233 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { in addReadAttrs()
416 const SCCNodeSet &SCCNodes; member
448 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerReadAttrs()
574 static bool addArgumentReturnedAttrs(const SCCNodeSet &SCCNodes) { in addArgumentReturnedAttrs()
686 static bool addArgumentAttrs(const SCCNodeSet &SCCNodes) { in addArgumentAttrs()
863 static bool isFunctionMallocLike(Function *F, const SCCNodeSet &SCCNodes) { in isFunctionMallocLike()
927 static bool addNoAliasAttrs(const SCCNodeSet &SCCNodes) { in addNoAliasAttrs()
971 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull()
1037 static bool addNonNullAttrs(const SCCNodeSet &SCCNodes) { in addNonNullAttrs()
1153 bool AttributeInferer::run(const SCCNodeSet &SCCNodes) { in run()
1223 SCCNodeSet SCCNodes; member
1231 const SCCNodeSet &SCCNodes) { in InstrBreaksNonConvergent()
1240 static bool InstrBreaksNonThrowing(Instruction &I, const SCCNodeSet &SCCNodes) { in InstrBreaksNonThrowing()
1256 static bool InstrBreaksNoFree(Instruction &I, const SCCNodeSet &SCCNodes) { in InstrBreaksNoFree()
1277 static bool inferConvergent(const SCCNodeSet &SCCNodes) { in inferConvergent()
1309 static bool inferAttrsFromFunctionBodies(const SCCNodeSet &SCCNodes) { in inferAttrsFromFunctionBodies()
1361 static bool addNoRecurseAttrs(const SCCNodeSet &SCCNodes) { in addNoRecurseAttrs()