Searched refs:write_count (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gcclibs/libmudflap/ |
| HD | mf-runtime.c | 236 unsigned write_count; /* Likewise for __mf_check/write. */ member 901 obj->write_count ++; in __mfu_check() 923 && obj->write_count == 0 in __mfu_check() 1072 if (LIKELY (old_obj->read_count + old_obj->write_count)) in __mf_uncache_object() 1322 if ((old_obj->read_count + old_obj->write_count) == 0 && in __mfu_unregister() 1381 if (obj->read_count + obj->write_count) in __mf_adapt_cache_fn() 1699 obj->read_count, obj->write_count, obj->liveness, in __mf_describe_object()
|
| HD | ChangeLog | 1160 (read_count,write_count): New fields in __mf_object.
|
| /trueos/contrib/gdb/gdb/ |
| HD | symfile.c | 1362 unsigned long write_count; member 1439 args->write_count += 1; in load_section_callback() 1473 cbdata.write_count = 0; /* Number of writes needed. */ in generic_load() 1540 cbdata.write_count, end_time - start_time); in generic_load() 1562 unsigned long write_count, in print_transfer_performance() argument 1577 if (write_count > 0) in print_transfer_performance() 1580 ui_out_field_fmt (uiout, "write-rate", "%lu", data_count / write_count); in print_transfer_performance()
|
| HD | defs.h | 561 unsigned long write_count,
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | ia64.c | 5217 unsigned int write_count : 2; member 5264 rws[regno].write_count++; in rws_update() 5266 rws[regno].write_count = 2; in rws_update() 5290 int write_count; in rws_access_regno() local 5293 gcc_assert (!rws_insn[regno].write_count); in rws_access_regno() 5297 write_count = rws_sum[regno].write_count; in rws_access_regno() 5299 switch (write_count) in rws_access_regno() 5365 switch (rws_sum[regno].write_count) in rws_access_regno() 5542 if (! flags.is_sibcall && ! rws_insn[REG_AR_CFM].write_count) in rtx_needs_barrier() 5584 if (! rws_insn[REG_VOLATILE].write_count) in rtx_needs_barrier()
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog-2000 | 14783 * config/ia64/ia64.c (rws_access_reg): New local write_count. If 14784 is_predicate_reg, then take max write_count of register pair.
|
| HD | ChangeLog-2001 | 12918 * config/ia64/ia64.c (rws_update): If !pred, set write_count
|