Home
last modified time | relevance | path

Searched refs:test1_a (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/test/Transforms/Inline/
H A Dcgscc-cycle-debug.ll13 ; CHECK: Running an SCC pass across the RefSCC: [(test1_a, test1_b, test1_c)]
16 ; CHECK: Switch an internal ref edge to a call edge from 'test1_a' to 'test1_c'
17 ; CHECK: Switch an internal ref edge to a call edge from 'test1_a' to 'test1_a'
18 ; CHECK: Re-running SCC passes after a refinement of the current SCC: (test1_c, test1_a)
19 ; CHECK: Skipping redundant run on SCC: (test1_c, test1_a)
23 define void @test1_a(i32 %num) {
33 call void @test1_a(i32 %num)
39 call void @test1_a(i32 %num)
H A Dcgscc-cycle.ll13 define void @test1_a(ptr %ptr) {
14 ; CHECK-LABEL: define void @test1_a(
40 call void @test1_a(ptr %a) noinline
/llvm-project/clang/test/Sema/
H A Dextern-redecl.c22 static int test1_a[]; // expected-warning {{tentative array definition assumed to have one element}} variable
23 extern int test1_a[];
H A Dconversion.c65 char test1_a(long long ll) { in test1_a() function
/llvm-project/llvm/test/Linker/
H A Dlinkage2.ll4 @test1_a = common global i8 0
5 ; CHECK-DAG: @test1_a = common global i8 0
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp17 int test1(int test1_a, int test1_b) { in test1() argument
20 test1_result = test1_a + test1_b; // DexExpectStepOrder(1) in test1()
/llvm-project/llvm/test/Other/
H A Dcgscc-iterate-function-mutation.ll12 ; CHECK: define void @test1_a() {
13 define void @test1_a() {
33 call void @test1_a()
46 call void @test1_a()
59 call void @test1_a()
/llvm-project/llvm/test/Transforms/Inline/ML/
H A Dstate-tracking-scc-splits.ll17 define void @test1_a() {
35 call void @test1_a()
47 call void @test1_a()
59 call void @test1_a()
/llvm-project/llvm/test/Linker/Inputs/
H A Dlinkage2.ll1 @test1_a = weak global i8 1