Searched refs:frame_offset_overflow (Results 1 – 6 of 6) sorted by relevance
725 extern bool frame_offset_overflow (HOST_WIDE_INT, tree);
243 frame_offset_overflow (HOST_WIDE_INT offset, tree func) in frame_offset_overflow() function516 if (frame_offset_overflow (frame_offset, current_function_decl)) in assign_stack_local_1()
244 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()
584 extern bool frame_offset_overflow (poly_int64, tree);
237 frame_offset_overflow (poly_int64 offset, tree func) in frame_offset_overflow() function526 if (frame_offset_overflow (frame_offset, current_function_decl)) in assign_stack_local_1()
414 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()