HomeSort by relevance Sort by last modified time
    Searched refs:next_bbcc (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
bbcc.c 198 BBCC *curr_BBCC, *next_BBCC;
212 next_BBCC = curr_BBCC->next;
226 curr_BBCC = next_BBCC;
263 * cxt, rec_index, rec_array, next_bbcc, next1, next2
414 bbcc->next_bbcc = orig->bb->bbcc_list;
460 bbcc->next_bbcc = bb->bbcc_list;
global.h 296 BBCC* bbcc_list; /* BBCCs for same BB (see next_bbcc in BBCC) */
372 BBCC* next_bbcc; /* Chain of BBCCs for same BB */ member in struct:_BBCC

Completed in 59 milliseconds