HomeSort by: relevance | last modified time | path
    Searched refs:dep1 (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-atom.cc 96 dep_t dep1; local
99 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it1, dep1)
102 pro = DEP_PRO (dep1);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-atom.cc 96 dep_t dep1; local
99 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it1, dep1)
102 pro = DEP_PRO (dep1);
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-gori.cc 1307 tree dep1 = depend1 (name); local
1313 if (!dep1)
1330 bool res = (bb ? is_export_p (dep1, bb) : is_export_p (dep1));
1334 return may_recompute_p (dep1, bb, --depth);
1338 return is_export_p (dep1, bb) || is_export_p (dep2, bb);
1340 return is_export_p (dep1) || is_export_p (dep2);
gimple-range-cache.cc 773 bool current_p (tree name, tree dep1, tree dep2) const;
811 temporal_cache::current_p (tree name, tree dep1, tree dep2) const
819 if (dep1 && ts < temporal_value (SSA_NAME_VERSION (dep1)))
haifa-sched.cc 1676 struct _dep _dep1, *dep1 = &_dep1;
1678 init_dep (dep1, insn, next, REG_DEP_ANTI);
1680 cost = dep_cost (dep1);
2769 dep_t dep1;
2778 dep1 = sd_find_dep_between (last, tmp, true);
2780 if (dep1 == NULL || dep_cost (dep1) == 1)
2783 DEP_TYPE (dep1) == REG_DEP_TRUE)
1668 struct _dep _dep1, *dep1 = &_dep1; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-cache.cc 704 bool current_p (tree name, tree dep1, tree dep2) const;
742 temporal_cache::current_p (tree name, tree dep1, tree dep2) const
751 if (dep1 && ts < temporal_value (SSA_NAME_VERSION (dep1)))
gimple-range-gori.cc 1180 tree dep1 = depend1 (name); local
1184 if (!dep1)
1194 return ((is_export_p (dep1, bb))
1197 return (is_export_p (dep1)) || (dep2 && is_export_p (dep2));
haifa-sched.cc 1672 struct _dep _dep1, *dep1 = &_dep1;
1674 init_dep (dep1, insn, next, REG_DEP_ANTI);
1676 cost = dep_cost (dep1);
2765 dep_t dep1;
2774 dep1 = sd_find_dep_between (last, tmp, true);
2776 if (dep1 == NULL || dep_cost (dep1) == 1)
2779 DEP_TYPE (dep1) == REG_DEP_TRUE)
1664 struct _dep _dep1, *dep1 = &_dep1; local
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1285 && find . -name '*.d' | xargs cat > dep1 \
1295 && cat dep1 dep2 \
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1197 && find . -name '*.d' | xargs cat > dep1 \
1207 && cat dep1 dep2 \
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 1670 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent);
1673 if ((dep1 || dep2) && dep1 != dep2)
1668 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 1516 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent);
1518 if ((dep1 || dep2) && dep1 != dep2)
1514 tree dep1 = dependent_alias_template_spec_p (t1, nt_transparent); local
  /src/external/gpl3/binutils/dist/opcodes/
ia64-asmtab.c 419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-asmtab.c 419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },
  /src/external/gpl3/gdb/dist/opcodes/
ia64-asmtab.c 419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-asmtab.c 419 static const unsigned short dep1[] = { variable
1765 { NELS(dep1), dep1, NELS(dep0), dep0, },

Completed in 87 milliseconds