Searched refs:fromi (Results 1 – 2 of 2) sorted by relevance
1470 int fromi; local1474 fromi = 0;1475 while (fromi < timecnt && attypes[fromi].at < min_time)1476 ++fromi;1478 while (fromi < timecnt && attypes[fromi].type == 0)1479 ++fromi; /* handled by default rule */1480 for ( ; fromi < timecnt; ++fromi) {1481 if (toi != 0 && ((attypes[fromi].at +1486 attypes[fromi].type;1490 attypes[toi - 1].type != attypes[fromi].type)[all …]
1339 (cprop_into_phis): Simplify using code fromi tree-ssa-copy.c.