Home
last modified time | relevance | path

Searched refs:this_frame_offset (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDfunction.c291 HOST_WIDE_INT this_frame_offset; in try_fit_stack_local() local
307 this_frame_offset in try_fit_stack_local()
312 this_frame_offset in try_fit_stack_local()
320 if (frame_offset == start && this_frame_offset < frame_offset) in try_fit_stack_local()
321 frame_offset = this_frame_offset; in try_fit_stack_local()
322 else if (this_frame_offset < start) in try_fit_stack_local()
325 && this_frame_offset + size > start + length) in try_fit_stack_local()
326 frame_offset = this_frame_offset + size; in try_fit_stack_local()
327 else if (this_frame_offset + size > start + length) in try_fit_stack_local()
330 *poffset = this_frame_offset; in try_fit_stack_local()
/dragonfly/contrib/gcc-8.0/gcc/
HDfunction.c295 poly_int64 this_frame_offset; in try_fit_stack_local() local
307 this_frame_offset in try_fit_stack_local()
311 this_frame_offset in try_fit_stack_local()
317 if (maybe_lt (this_frame_offset, start)) in try_fit_stack_local()
320 frame_offset = this_frame_offset; in try_fit_stack_local()
324 else if (maybe_gt (this_frame_offset + size, start + length)) in try_fit_stack_local()
327 frame_offset = this_frame_offset + size; in try_fit_stack_local()
332 *poffset = this_frame_offset; in try_fit_stack_local()