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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-gori.cc 1181 tree dep2 = depend2 (name); local
1195 || (dep2 && is_export_p (dep2, bb)));
1197 return (is_export_p (dep1)) || (dep2 && is_export_p (dep2));
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
753 if (dep2 && ts < temporal_value (SSA_NAME_VERSION (dep2)))
haifa-sched.cc 2766 dep_t dep2;
2784 dep2 = sd_find_dep_between (last, tmp2, true);
2786 if (dep2 == NULL || dep_cost (dep2) == 1)
2789 DEP_TYPE (dep2) == REG_DEP_TRUE)
8406 struct _dep _dep2, *dep2 = &_dep2;
8408 init_dep (dep2, DEP_PRO (dep), check, REG_DEP_TRUE);
8410 sd_add_dep (dep2, true);
  /src/external/gpl3/gcc/dist/gcc/
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
821 if (dep2 && ts < temporal_value (SSA_NAME_VERSION (dep2)))
gimple-range-gori.cc 1308 tree dep2 = depend2 (name); local
1321 if (!dep2)
1338 return is_export_p (dep1, bb) || is_export_p (dep2, bb);
1340 return is_export_p (dep1) || is_export_p (dep2);
haifa-sched.cc 2770 dep_t dep2;
2788 dep2 = sd_find_dep_between (last, tmp2, true);
2790 if (dep2 == NULL || dep_cost (dep2) == 1)
2793 DEP_TYPE (dep2) == REG_DEP_TRUE)
8410 struct _dep _dep2, *dep2 = &_dep2;
8412 init_dep (dep2, DEP_PRO (dep), check, REG_DEP_TRUE);
8414 sd_add_dep (dep2, true);
  /src/external/gpl3/binutils/dist/opcodes/
ia64-asmtab.c 424 static const unsigned short dep2[] = { variable
1766 { NELS(dep3), dep3, NELS(dep2), dep2, },
1841 { NELS(dep136), dep136, NELS(dep2), dep2, },
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-asmtab.c 424 static const unsigned short dep2[] = { variable
1766 { NELS(dep3), dep3, NELS(dep2), dep2, },
1841 { NELS(dep136), dep136, NELS(dep2), dep2, },
  /src/external/gpl3/gdb/dist/opcodes/
ia64-asmtab.c 424 static const unsigned short dep2[] = { variable
1766 { NELS(dep3), dep3, NELS(dep2), dep2, },
1841 { NELS(dep136), dep136, NELS(dep2), dep2, },
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-asmtab.c 424 static const unsigned short dep2[] = { variable
1766 { NELS(dep3), dep3, NELS(dep2), dep2, },
1841 { NELS(dep136), dep136, NELS(dep2), dep2, },
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 1517 tree dep2 = dependent_alias_template_spec_p (t2, nt_transparent);
1518 if ((dep1 || dep2) && dep1 != dep2)
1515 tree dep2 = dependent_alias_template_spec_p (t2, nt_transparent); local
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 1671 tree dep2 = dependent_alias_template_spec_p (t2, nt_transparent);
1673 if ((dep1 || dep2) && dep1 != dep2)
1669 tree dep2 = dependent_alias_template_spec_p (t2, nt_transparent); local

Completed in 130 milliseconds