Lines Matching refs:frame_ptr
19 ; void *frame_ptr;
22 ; get_frame_ptr(&frame_ptr);
26 ; if (frame_ptr && get_data(frame_ptr, &frame)) {
27 ; frame_ptr = frame.f_back;
30 ; return frame_ptr == 0;
43 %frame_ptr = alloca i8*, align 8
46 %0 = bitcast i8** %frame_ptr to i8*
50 %2 = bitcast i8** %frame_ptr to i8*
58 ; CHECK: %{{[0-9]+}} = load i8*, i8** %frame_ptr, align 8
73 %6 = load i8*, i8** %frame_ptr, align 8, !tbaa !6
78 %7 = load i8*, i8** %frame_ptr, align 8, !tbaa !6
87 store i8* %9, i8** %frame_ptr, align 8, !tbaa !6
100 %11 = load i8*, i8** %frame_ptr, align 8, !tbaa !6
105 %13 = bitcast i8** %frame_ptr to i8*