Searched defs:SCCNodes (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 125 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess() 240 static void addMemoryAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter, in addMemoryAttrs() 383 auto PropagateAttributes = [&](std::vector<ValueInfo> &SCCNodes) { in thinLTOPropagateFunctionAttrs() 548 const SCCNodeSet &SCCNodes; member 580 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerAccessAttrs() 712 static void addArgumentReturnedAttrs(const SCCNodeSet &SCCNodes, in addArgumentReturnedAttrs() 827 static void addArgumentAttrs(const SCCNodeSet &SCCNodes, in addArgumentAttrs() 1012 static bool isFunctionMallocLike(Function *F, const SCCNodeSet &SCCNodes) { in isFunctionMallocLike() 1076 static void addNoAliasAttrs(const SCCNodeSet &SCCNodes, in addNoAliasAttrs() 1118 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 111 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess() 234 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { in addReadAttrs() 415 const SCCNodeSet &SCCNodes; member 447 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerReadAttrs() 573 static bool addArgumentReturnedAttrs(const SCCNodeSet &SCCNodes) { in addArgumentReturnedAttrs() 685 static bool addArgumentAttrs(const SCCNodeSet &SCCNodes) { in addArgumentAttrs() 862 static bool isFunctionMallocLike(Function *F, const SCCNodeSet &SCCNodes) { in isFunctionMallocLike() 926 static bool addNoAliasAttrs(const SCCNodeSet &SCCNodes) { in addNoAliasAttrs() 970 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() 1036 static bool addNonNullAttrs(const SCCNodeSet &SCCNodes) { in addNonNullAttrs() [all …]
|
H A D | PruneEH.cpp | 64 SmallPtrSet<CallGraphNode *, 8> SCCNodes; in runImpl() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 66 const SCCNodeSet &SCCNodes) { in checkFunctionMemoryAccess() 176 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT AARGetter) { in addReadAttrs() 328 const SCCNodeSet &SCCNodes; member 360 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerReadAttrs() 487 static bool addArgumentAttrs(const SCCNodeSet &SCCNodes) { in addArgumentAttrs() 678 static bool isFunctionMallocLike(Function *F, const SCCNodeSet &SCCNodes) { in isFunctionMallocLike() 741 static bool addNoAliasAttrs(const SCCNodeSet &SCCNodes) { in addNoAliasAttrs() 784 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() 848 static bool addNonNullAttrs(const SCCNodeSet &SCCNodes) { in addNonNullAttrs() 911 static bool removeConvergentAttrs(const SCCNodeSet &SCCNodes) { in removeConvergentAttrs() [all …]
|
H A D | PruneEH.cpp | 65 SmallPtrSet<CallGraphNode *, 8> SCCNodes; in runImpl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | SyntheticCountsUtils.cpp | 30 DenseSet<NodeRef> SCCNodes; in propagateFromSCC() local
|
H A D | LazyCallGraph.cpp | 854 auto SCCNodes = make_range( in switchInternalEdgeToRef() local 1648 auto SCCNodes = make_range( in buildGenericSCCs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | SyntheticCountsUtils.cpp | 26 DenseSet<NodeRef> SCCNodes; in propagateFromSCC() local
|
H A D | LazyCallGraph.cpp | 889 auto SCCNodes = make_range( in switchInternalEdgeToRef() local 1870 auto SCCNodes = make_range( in buildGenericSCCs() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 636 auto SCCNodes = make_range( in switchInternalEdgeToRef() local 1373 auto SCCNodes = make_range( in buildSCCs() local
|