Searched refs:found_stack_adjust (Results 1 – 2 of 2) sorted by relevance
4142 int found_return = 0, found_stack_adjust = 0; in thumb_stack_frame_destroyed_p() local4232 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()4234 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()4237 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()4240 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()4242 return found_stack_adjust; in thumb_stack_frame_destroyed_p()
4310 found_stack_adjust in forward scan. Remove condition check4311 on found_stack_adjust which is always true. Indent the code.