Searched defs:BBCC (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/callgrind/
H A Dglobal.h183 typedef struct _BBCC BBCC; typedef in typeref:struct:_BBCC
215 * this call is a pointer to the list head (stored in BBCC), and
234 jCC* next_from; /* next JCC from a BBCC */
235 BBCC *from, *to; /* call arc from/to this BBCC */
280 * multiple cost centers for one BB (struct BBCC) exist and the according
281 * BBCC is set by setup_bbcc.
296 BBCC* bbcc_list; /* BBCCs for same BB (see next_bbcc in BBCC) */
297 BBCC* last_bbc
[all...]

Completed in 57 milliseconds