Home
last modified time | relevance | path

Searched refs:nextlinks (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDcombine.c1109 struct insn_link *links, *nextlinks; in combine_instructions() local
1267 FOR_EACH_LOG_LINK (nextlinks, link) in combine_instructions()
1268 if ((next = try_combine (insn, link, nextlinks->insn, in combine_instructions()
1292 FOR_EACH_LOG_LINK (nextlinks, prev) in combine_instructions()
1293 if ((next = try_combine (insn, prev, nextlinks->insn, in combine_instructions()
1312 FOR_EACH_LOG_LINK (nextlinks, prev) in combine_instructions()
1313 if ((next = try_combine (insn, prev, nextlinks->insn, in combine_instructions()
1338 for (nextlinks = links->next; nextlinks; in combine_instructions()
1339 nextlinks = nextlinks->next) in combine_instructions()
1341 nextlinks->insn, NULL_RTX, in combine_instructions()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDcombine.c1156 struct insn_link *links, *nextlinks; in combine_instructions() local
1324 FOR_EACH_LOG_LINK (nextlinks, link) in combine_instructions()
1325 if ((next = try_combine (insn, link, nextlinks->insn, in combine_instructions()
1352 FOR_EACH_LOG_LINK (nextlinks, prev) in combine_instructions()
1353 if ((next = try_combine (insn, prev, nextlinks->insn, in combine_instructions()
1372 FOR_EACH_LOG_LINK (nextlinks, prev) in combine_instructions()
1373 if ((next = try_combine (insn, prev, nextlinks->insn, in combine_instructions()
1401 for (nextlinks = links->next; nextlinks; in combine_instructions()
1402 nextlinks = nextlinks->next) in combine_instructions()
1404 nextlinks->insn, NULL, in combine_instructions()
[all …]