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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 498 struct obstack fns_os, dims_os, regcounts_os; local
501 obstack_init (&regcounts_os);
624 obstack_grow (&regcounts_os, &regcount, sizeof (regcount));
636 struct regcount *regcounts = XOBFINISH (&regcounts_os, struct regcount *);
686 obstack_free (&regcounts_os, NULL);
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 490 struct obstack fns_os, dims_os, regcounts_os; local
493 obstack_init (&regcounts_os);
646 obstack_grow (&regcounts_os, &regcount, sizeof (regcount));
658 struct regcount *regcounts = XOBFINISH (&regcounts_os, struct regcount *);
722 obstack_free (&regcounts_os, NULL);

Completed in 31 milliseconds