Home
last modified time | relevance | path

Searched refs:test4_a (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp58 int test4(int test4_a, int test4_b) { in test4() argument
62 val1 = (test4_a > test4_b) ? test4_a : test4_b; // DexExpectStepOrder(9) in test4()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dstate-tracking-scc-splits.ll205 define void @test4_a() {
239 call void @reference_function_pointer(void()* @test4_a)
243 call void @test4_a()
261 call void @reference_function_pointer(void()* @test4_a)
266 call void @test4_a()
284 call void @reference_function_pointer(void()* @test4_a)
288 call void @test4_a()
/llvm-project-15.0.7/llvm/test/Other/
H A Dcgscc-iterate-function-mutation.ll238 ; CHECK: define void @test4_a() {
239 define void @test4_a() {
279 call void @reference_function_pointer(void()* @test4_a)
283 call void @test4_a()
304 call void @reference_function_pointer(void()* @test4_a)
309 call void @test4_a()
330 call void @reference_function_pointer(void()* @test4_a)
334 call void @test4_a()
/llvm-project-15.0.7/llvm/test/Linker/
H A Dlinkage2.ll13 @test4_a = common global i8 0, align 8
14 ; CHECK-DAG: @test4_a = common global i16 0, align 8
/llvm-project-15.0.7/llvm/test/Linker/Inputs/
H A Dlinkage2.ll7 @test4_a = common global i16 0, align 4
/llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/
H A Dcomdats.ll79 @test4_a = linkonce_odr unnamed_addr alias void (), void ()* @test4_f
80 ; CHECK: @test4_a = linkonce_odr unnamed_addr alias
173 call void @test4_a()
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c158 long test4_a(long long ll) { in test4_a() function
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dresolvedundefsin-tracked-fn.ll259 define void @test4_a() {
260 ; CHECK-LABEL: define {{[^@]+}}@test4_a()