Searched refs:temp_slot (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dfunction.h163 struct temp_slot;
164 typedef struct temp_slot *temp_slot_p;
289 struct temp_slot *x_avail_temp_slots;
H A Dfunction.c156 struct temp_slot GTY(())
159 struct temp_slot *next;
161 struct temp_slot *prev;
198 static struct temp_slot *find_temp_slot_from_address (rtx);
524 cut_slot_from_list (struct temp_slot *temp, struct temp_slot **list)
539 insert_slot_to_list (struct temp_slot *temp, struct temp_slot **list)
550 static struct temp_slot **
581 move_slot_to_level (struct temp_slot *tem
155 struct temp_slot GTY(()) function
[all...]

Completed in 204 milliseconds