Lines Matching refs:statepoint
10 ; and gc.statepoint. Note that it has nothing to do with gc.*
15 define i32* @test_iAny(i32* %v) gc "statepoint-example" {
16 …%tok = call i32 (i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i1 ()* @return_i1…
22 define float* @test_fAny(float* %v) gc "statepoint-example" {
23 …%tok = call i32 (i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i1 ()* @return_i1…
29 define [3 x i32]* @test_aAny([3 x i32]* %v) gc "statepoint-example" {
30 …%tok = call i32 (i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i1 ()* @return_i1…
36 define <3 x i32>* @test_vAny(<3 x i32>* %v) gc "statepoint-example" {
37 …%tok = call i32 (i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i1 ()* @return_i1…
45 define %struct.test* @test_struct(%struct.test* %v) gc "statepoint-example" {
46 …%tok = call i32 (i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i1 ()* @return_i1…
52 declare i32 @llvm.experimental.gc.statepoint.p0f_i1f(i1 ()*, i32, i32, ...)