Searched refs:insn_info_type (Results 1 – 2 of 2) sorted by relevance
220 struct insn_info_type;295 struct insn_info_type *redundant_reason;351 struct insn_info_type struct425 struct insn_info_type * prev_insn; argument432 struct insn_info_type * next_local_store; argument434 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()
22941 (struct insn_info_type): Likewise.