Searched refs:test2_c (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/test/Transforms/GlobalDCE/ |
H A D | comdats.ll | 12 $test2_c = comdat any 13 ; CHECK: $test2_c = comdat any 61 @test2_used = linkonce_odr unnamed_addr global i32 42, comdat($test2_c) 64 @test2_gv = linkonce_odr unnamed_addr global i32 42, comdat($test2_c) 106 define linkonce_odr void @test2_f() comdat($test2_c) {
|
/llvm-project/llvm/test/Transforms/Inline/ |
H A D | cgscc-cycle.ll | 57 call void @test2_b(ptr @test2_b, ptr @test2_c, i1 false, i32 0) 60 ; @test2_c. We check the exact number of inlining rounds before we cut off to 64 ; CHECK: call void @test2_b(ptr nonnull @test2_b, ptr nonnull @test2_c, i1 false, i32 2) 95 define void @test2_c(ptr %arg1, ptr %arg2, i1 %flag, i32 %inline_count) { 96 ; CHECK-LABEL: define void @test2_c(
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | offset.s | 22 # CHECK-NEXT: 0000000000000009 0 NOTYPE GLOBAL DEFAULT [[#A]] test2_c
|
/llvm-project/clang/test/Sema/ |
H A D | conversion.c | 102 short test2_c(long long ll) { in test2_c() function
|
/llvm-project/clang/test/Analysis/ |
H A D | blocks.m | 100 void test2_c(void) { function
|