Lines Matching refs:statepoint
7 define void @test6(i64 addrspace(1)* %obj) gc "statepoint-example" {
14 ; CHECK-NEXT: gc.statepoint
19 …call i32 (void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()* @foo, i32…
27 ; Need to delete unreachable gc.statepoint call
28 define void @test7() gc "statepoint-example" {
30 ; CHECK-NOT: gc.statepoint
35 …call i32 (void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()* @foo, i32…
40 ; Need to delete unreachable gc.statepoint invoke - tested seperately given
42 define void @test8() gc "statepoint-example" {
44 ; CHECK-NOT: gc.statepoint
48 …invoke i32 (void ()*, i32, i32, ...)* @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()* @foo, …
64 declare i32 @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()*, i32, i32, ...)