Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc2854 stack_region::can_merge_p (const stack_region *stack_region_a, in can_merge_p() argument
2858 if (stack_region_a->get_num_frames () in can_merge_p()
2874 for (unsigned i = 0; i < stack_region_a->get_num_frames (); i++) in can_merge_p()
2876 region_id rid_a = stack_region_a->get_frame_rid (i); in can_merge_p()
2893 for (unsigned i = 0; i < stack_region_a->get_num_frames (); i++) in can_merge_p()
2895 region_id rid_a = stack_region_a->get_frame_rid (i); in can_merge_p()
H A Dregion-model.h1481 static bool can_merge_p (const stack_region *stack_region_a,