| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | tbaa-path.ll | 78 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 83 %1 = load %struct.StructB*, %struct.StructB** %B.addr, align 8, !tbaa !0 107 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 112 %1 = load %struct.StructB*, %struct.StructB** %B.addr, align 8, !tbaa !0 136 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 164 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 345 store %struct.StructB* %b, %struct.StructB** %b1, align 8, !tbaa !0 348 store %struct.StructB* %b3, %struct.StructB** %b2, align 8, !tbaa !0 349 %2 = load %struct.StructB*, %struct.StructB** %b1, align 8, !tbaa !0 353 %3 = load %struct.StructB*, %struct.StructB** %b2, align 8, !tbaa !0 [all …]
|
| H A D | tbaa-path-new.ll | 6 %struct.StructB = type { i16, %struct.StructA, i32 } 9 %struct.StructC = type { i16, %struct.StructB, i32 } 10 %struct.StructD = type { i16, %struct.StructB, i32, i8 } 55 ; uint32_t g3(StructA *A, StructB *B, uint64_t count) { 72 %f321 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 1, i32 1 78 ; uint32_t g4(StructA *A, StructB *B, uint64_t count) { 95 %f16 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 1, i32 0 117 %f321 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 2 139 %f32_2 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 1, i32 3 255 ; StructB *b1 = &(C->b); [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | tbaa-class.cpp | 18 class StructB class 29 StructB b; 36 StructB b; 97 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 109 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 121 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 133 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 213 StructB *b1 = &(C->b); in g12() 214 StructB *b2 = &(D->b); in g12()
|
| H A D | tbaa.cpp | 26 } StructB; typedef 30 StructB b; 36 StructB b; 76 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 88 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 100 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 112 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 192 StructB *b1 = &(C->b); in g12() 193 StructB *b2 = &(D->b); in g12()
|
| H A D | tbaa-ms-abi.cpp | 11 struct StructB : virtual StructA { struct 12 StructB(); 15 StructB::StructB() { in StructB() function in StructB
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-hiding.c | 5 struct StructB { }; struct 14 struct StructB { }; in f() struct
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/ |
| H A D | B.h | 3 } StructB; typedef
|
| H A D | A.h | 14 StructB fromb;
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | module-ownership.mm | 27 StructB s3; 33 // CHECK-DAG: -FieldDecl {{.*}} in A fromb 'StructB'
|