Home
last modified time | relevance | path

Searched refs:test1_b (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-cycle-debug.ll13 ; 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)]
26 call void @test1_b(i32 %num)
31 define void @test1_b(i32 %num) {
H A Dcgscc-cycle.ll16 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(
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dextern-c.cpp42 X test1_b = X(); variable
44 void *use = &test1_b;
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp16 int test1(int test1_a, int test1_b) { in test1() argument
19 test1_result = test1_a + test1_b; // DexExpectStepOrder(1) in test1()
/llvm-project-15.0.7/clang/test/Analysis/
H A Drdar-6541136-region.c21 void test1_b( void ) { in test1_b() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c68 char test1_b(long long ll) { in test1_b() function