Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c220 struct insn_info_type;
295 struct insn_info_type *redundant_reason;
351 struct insn_info_type struct
425 struct insn_info_type * prev_insn; argument
432 struct insn_info_type * next_local_store; argument
434 typedef struct insn_info_type *insn_info_t;
436 static object_allocator<insn_info_type> insn_info_type_pool ("insn_info_pool");
885 insn_info_type insn_info; in check_for_inc_dec()
2481 insn_info_type *insn_info = insn_info_type_pool.allocate (); in scan_insn()
2483 memset (insn_info, 0, sizeof (struct insn_info_type)); in scan_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201522941 (struct insn_info_type): Likewise.