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

/freebsd-12-stable/contrib/gcc/
H A Dsched-rgn.c1049 int bbn = order[i];
1050 if (degree[bbn] >= 0)
1052 max_hdr[bbn] = bbn;
1057 max_hdr[bbn] = -1;
1078 int bbn = order[i];
1080 if (max_hdr[bbn] != -1 && !TEST_BIT (header, bbn))
1084 FOR_EACH_EDGE (e, ei, BASIC_BLOCK (bbn)->preds)
1093 && loop_hdr[bbn]
1048 int bbn = order[i]; local
1077 int bbn = order[i]; local
1083 FOR_EACH_EDGE(e, ei, BASIC_BLOCK (bbn)->preds) argument
1168 int bbn = order[i]; local
[all...]

Completed in 199 milliseconds