Home | History | Annotate | Download | only in callgrind

Lines Matching refs:next

70     BB **new_table, *curr, *next;
87 next = curr->next;
91 curr->next = new_table[new_idx];
93 if (curr->next) {
95 if (curr->next->next)
99 curr = next;
155 bb->next = bbs.table[idx];
189 bb = bb->next;
306 bb = bb->next;
325 bbs.table[idx] = bb->next;
328 bp->next = bb->next;