| /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);
|
| 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-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/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, },
|
| /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
|