Home
last modified time | relevance | path

Searched refs:test2_a (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp28 int test2(int test2_a, int test2_b) { in test2() argument
29 int test2_result = test2_a + test2_a + test2_a + test2_a; // DexExpectStepOrder(3) in test2()
31 return test2_a << 2; // DexExpectStepOrder(4) in test2()
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dalias.ll21 @test2_a = alias i32, i32* @test2_b
22 @test2_b = alias i32, i32* @test2_a
24 ; CHECK-NEXT: i32* @test2_a
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dstate-tracking-scc-splits.ll66 define void @test2_a() {
80 call void @reference_function_pointer(void()* @test2_a)
84 call void @test2_a()
92 call void @reference_function_pointer(void()* @test2_a)
97 call void @test2_a()
105 call void @reference_function_pointer(void()* @test2_a)
109 call void @test2_a()
/llvm-project-15.0.7/llvm/test/Other/
H A Dcgscc-iterate-function-mutation.ll71 ; CHECK: define void @test2_a() {
72 define void @test2_a() {
88 call void @reference_function_pointer(void()* @test2_a)
92 call void @test2_a()
101 call void @reference_function_pointer(void()* @test2_a)
106 call void @test2_a()
115 call void @reference_function_pointer(void()* @test2_a)
119 call void @test2_a()
H A Dcgscc-observe-devirt.ll63 ; CHECK: define void @test2_a() {
64 define void @test2_a() {
75 store void()* @test2_a, void()** %fptr
85 store void()* @test2_a, void()** %fptr
97 store void()* @test2_a, void()** %fptr
H A Dcgscc-devirt-iteration.ll57 define void @test2_a(void ()** %ignore) {
61 ; BEFORE: define void @test2_a(void ()** %ignore)
62 ; AFTER: define void @test2_a(void ()** readnone %ignore)
88 call void @test2_a(void ()** %f2ptr)
/llvm-project-15.0.7/llvm/test/Linker/
H A Dlinkage2.ll7 @test2_a = global i8 0
8 ; CHECK-DAG: @test2_a = global i8 0
/llvm-project-15.0.7/llvm/test/Linker/Inputs/
H A Dlinkage2.ll3 @test2_a = external dllimport global i8
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-cycle.ll56 define void @test2_a(i8** %ptr) {
57 ; CHECK-LABEL: define void @test2_a(
83 call void @test2_a(i8** %a) noinline
111 call void @test2_a(i8** %a) noinline
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dundef.s31 test2_a = undef define
H A Doffset.s20 # CHECK-NEXT: 0000000000000005 0 NOTYPE GLOBAL DEFAULT [[#A]] test2_a
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dno-wrap-add-exprs.ll294 define i1 @test2_a(i32 %a, i32 %b, i1 %will_overflow) {
295 ; CHECK-LABEL: 'test2_a'
296 ; CHECK-NEXT: Classifying expressions for: @test2_a
305 ; CHECK-NEXT: Determining loop execution counts for: @test2_a
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c96 short test2_a(long long ll) { in test2_a() function