Home
last modified time | relevance | path

Searched refs:test_global (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll9 ; test_global should not be emitted to the .s file.
10 ; CHECK-NOT: test_global
11 @test_global = available_externally global i32 4
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll8 ; test_global should not be emitted to the .s file.
9 @test_global = available_externally global i32 4
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dexternally_available.ll8 ; test_global should not be emitted to the .s file.
9 @test_global = available_externally global i32 4
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
Dexternally_available.ll8 ; test_global should not be emitted to the .s file.
9 @test_global = available_externally global i32 4
/external/valgrind/none/tests/
Dtls.c28 static int *test_global(void) in test_global() function