Lines Matching refs:rdep
180 struct rdep
245 static struct rdep * insert_resource (const char *, enum ia64_dependency_mode);
318 static struct rdep *
324 rdeps = (struct rdep **)
325 xrealloc (rdeps, sizeof(struct rdep **) * rdepstotlen);
327 rdeps[rdepslen] = tmalloc(struct rdep);
328 memset((void *)rdeps[rdepslen], 0, sizeof(struct rdep));
793 struct rdep *rs;
2456 struct rdep *rs = rdeps[i];
2484 regs[nregs++] = RDEP(ic_note, i);
2486 regs[nregs++] = RDEP(rs->regnotes[j], i);
2509 chks[nchks++] = RDEP(ic_note, i);
2511 chks[nchks++] = RDEP(rs->chknotes[j], i);