Lines Matching refs:statepoint
4 ; about memory which contains potential gc references across a statepoint.
10 ; - cross a statepoint
16 ; If not at a statepoint, we could forward known memory values
23 define i1 @test_load_forward(i32 addrspace(1)* addrspace(1)* %p) gc "statepoint-example" {
28 …%safepoint_token = tail call i32 (void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_is…
42 i32 addrspace(1)* %v) gc "statepoint-example" {
47 …%safepoint_token = tail call i32 (void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_is…
62 ; of the pointer and is thus not safe to reuse after a statepoint.
69 ; statepoint does not provide the collector with this root.
70 define i1 @test_load_forward_nongc_heap(i32 addrspace(1)** %p) gc "statepoint-example" {
75 …call i32 (void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()* @func, i3…
88 i32 addrspace(1)* %v) gc "statepoint-example" {
93 …call i32 (void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()* @func, i3…
105 declare i32 @llvm.experimental.gc.statepoint.p0f_isVoidf(void ()*, i32, i32, ...)