Searched refs:StructS (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | tbaa-class.cpp | 41 class StructS class 47 class StructS2 : public StructS 59 class StructM1 : public StructS, public StructT { 68 class StructM2 : public StructS, public StructDyn { 145 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 157 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() 169 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() 181 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() 221 uint32_t g13(StructM1 *M, StructS *S) { in g13() 233 uint32_t g14(StructM2 *M, StructS *S) { in g14()
|
H A D | tbaa.cpp | 45 } StructS; typedef 124 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 136 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() 148 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() 160 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() 231 typedef StructS StructS3; 232 uint32_t g15(StructS *S, StructS3 *S3, uint64_t count) { in g15()
|
/llvm-project/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
H A D | tbaa-path-new.ll | 7 %struct.StructS = type { i16, i32 } 143 ; uint32_t g7(StructA *A, StructS *S, uint64_t count) { 160 %f321 = getelementptr inbounds %struct.StructS, ptr %S, i64 0, i32 1 165 ; uint32_t g8(StructA *A, StructS *S, uint64_t count) { 186 ; uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { 201 %f32 = getelementptr inbounds %struct.StructS, ptr %S, i64 0, i32 1 208 ; uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { 223 %f32 = getelementptr inbounds %struct.StructS, ptr %S, i64 0, i32 1
|
H A D | tbaa-path.ll | 7 %struct.StructS = type { i16, i32 } 197 %f321 = getelementptr inbounds %struct.StructS, ptr %1, i32 0, i32 1 249 %f32 = getelementptr inbounds %struct.StructS, ptr %0, i32 0, i32 1 255 %f322 = getelementptr inbounds %struct.StructS, ptr %2, i32 0, i32 1 277 %f32 = getelementptr inbounds %struct.StructS, ptr %0, i32 0, i32 1 282 %f321 = getelementptr inbounds %struct.StructS, ptr %2, i32 0, i32 1
|