Home
last modified time | relevance | path

Searched refs:lru_next_bbcc (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
Dbbcc.c294 bbcc->lru_next_bbcc = 0; in new_bbcc()
785 bbcc = last_bbcc->lru_next_bbcc; in CLG_()
804 last_bbcc->lru_next_bbcc = bbcc; in CLG_()
Dglobal.h399 BBCC* lru_next_bbcc; /* BBCC executed next the last time */ member