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

/external/valgrind/main/callgrind/
H A Dglobal.h219 typedef struct _BBCC BBCC; typedef in typeref:struct:_BBCC
239 * this call is a pointer to the list head (stored in BBCC), and
260 jCC* next_from; /* next JCC from a BBCC */
261 BBCC *from, *to; /* call arc from/to this BBCC */
305 * multiple cost centers for one BB (struct BBCC) exist and the according
306 * BBCC is set by setup_bbcc.
321 BBCC* bbcc_list; /* BBCCs for same BB (see next_bbcc in BBCC) */
322 BBCC* last_bbc
[all...]

Completed in 81 milliseconds