Searched refs:scc_entry (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dinlinehint-3.c5 int scc_entry (int);
14 scc_entry (c);
17 scc_entry (int c) function
32 scc_entry (i);
/haiku-buildtools/gcc/gcc/
H A Dlto-streamer-out.c475 struct scc_entry struct
480 vec<scc_entry> sccstack;
542 scc_entry e = { expr, 0 };
623 scc_entry tem = sccstack[first + i];
1371 const scc_entry *p1 = (const scc_entry *) p1_;
1372 const scc_entry *p2 = (const scc_entry *) p2_;
1421 qsort (&sccstack[first], size, sizeof (scc_entry), scc_entry_compare);
1467 sizeof (scc_entry) * siz
[all...]

Completed in 130 milliseconds