HomeSort by: relevance | last modified time | path
    Searched defs:nuses (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
symtab.h 57 int nuses; /* How many times this symbol appears in member in struct:sym
  /src/external/gpl3/binutils/dist/gprofng/src/
symtab.h 59 int nuses; /* How many times this symbol appears in member in struct:sym
  /src/external/gpl3/binutils.old/dist/gprof/
symtab.h 57 int nuses; /* How many times this symbol appears in member in struct:sym
  /src/external/gpl3/gcc/dist/gcc/
genattrtab.cc 4710 int nuses; local
4713 nuses = -1;
4716 if (av->num_insns > nuses)
4717 nuses = av->num_insns, most_used = av;
ipa-prop.cc 5248 int nuses = streamer_read_hwi (ib); local
5253 ipa_set_controlled_uses (info, k, nuses);
cfgexpand.cc 2927 auto nuses = use_rvec.length (); local
2928 body = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (1 + nuses + nclobbers));
3501 unsigned nuses = use_rvec.length (); local
3573 if (noutputs == 0 && nuses == 0 && nclobbers == 0)
3581 else if (noutputs == 1 && nuses == 0 && nclobbers == 0)
3598 rtvec_alloc (num + nuses + nclobbers));
  /src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc 4710 int nuses; local
4713 nuses = -1;
4716 if (av->num_insns > nuses)
4717 nuses = av->num_insns, most_used = av;
ipa-prop.cc 5240 int nuses = streamer_read_hwi (ib); local
5245 ipa_set_controlled_uses (info, k, nuses);

Completed in 46 milliseconds