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

/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c4762 struct bypass_list
4764 struct bypass_list *next;
4768 static struct bypass_list *all_bypasses;
4775 struct bypass_list *b;
4785 b = oballoc (struct bypass_list);
4813 struct bypass_list *b;
4761 struct bypass_list struct
H A Dgenautomata.c476 struct bypass_decl *bypass_list;
2393 described in a comment for member `bypass_list' (see above). If
2403 for (curr = out_insn_reserv->bypass_list, last = NULL;
2444 bypass->next = out_insn_reserv->bypass_list;
2445 out_insn_reserv->bypass_list = bypass;
8433 && DECL_INSN_RESERV (description->decls[i])->bypass_list)
8440 for (bypass = DECL_INSN_RESERV (decl)->bypass_list;
8506 && DECL_INSN_RESERV (description->decls[i])->bypass_list)
8513 for (bypass = DECL_INSN_RESERV (decl)->bypass_list;
472 struct bypass_decl *bypass_list; member in struct:insn_reserv_decl

Completed in 165 milliseconds