Searched refs:test1_b (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | cgscc-cycle-debug.ll | 13 ; CHECK: Running an SCC pass across the RefSCC: [(test1_a, test1_b, test1_c)] 14 ; CHECK: Enqueuing the existing SCC in the worklist:(test1_b) 16 ; CHECK: Enqueuing a new RefSCC in the update worklist: [(test1_b)] 27 call void @test1_b(i32 %num) 32 define void @test1_b(i32 %num) {
|
D | cgscc-cycle.ll | 16 call void @test1_b(i8* bitcast (void (i8*, i1, i32)* @test1_b to i8*), i1 false, i32 0) 22 ; CHECK: call void @test1_b(i8* bitcast (void (i8*, i1, i32)* @test1_b to i8*), i1 false, i… 28 define void @test1_b(i8* %arg, i1 %flag, i32 %inline_count) { 29 ; CHECK-LABEL: define void @test1_b(
|
/external/clang/test/CodeGenCXX/ |
D | extern-c.cpp | 42 X test1_b = X(); variable 44 void *use = &test1_b;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | extern-c.cpp | 42 X test1_b = X(); variable 44 void *use = &test1_b;
|
/external/llvm-project/clang/test/Analysis/ |
D | rdar-6541136-region.c | 21 void test1_b( void ) { in test1_b() function
|
/external/clang/test/Analysis/ |
D | rdar-6541136-region.c | 21 void test1_b( void ) { in test1_b() function
|
/external/clang/test/Sema/ |
D | conversion.c | 68 char test1_b(long long ll) { in test1_b() function
|
/external/llvm-project/clang/test/Sema/ |
D | conversion.c | 68 char test1_b(long long ll) { in test1_b() function
|