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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-strlen.c724 strinfo nextsi = unshare_strinfo (get_strinfo (chainsi->next)); local
725 si->next = nextsi->idx;
726 nextsi->prev = idx;
961 strinfo nextsi; local
964 nextsi = get_strinfo (firstsi->next);
965 if (nextsi == NULL
966 || nextsi->prev != firstsi->idx
967 || nextsi->first != si->first)
969 firstsi = nextsi;

Completed in 94 milliseconds