Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dbbcc.c114 BBCC *bbcc, *bbcc2; in CLG_() local
124 if ((bbcc2 = bbcc->rec_array[j]) == 0) continue; in CLG_()
126 (*func)(bbcc2); in CLG_()
Ddump.c848 BBCC *bbcc2 = *pbbcc2; in my_cmp() local
850 Context* cxt2 = bbcc2->cxt; in my_cmp()
862 if (bbcc1->rec_index != bbcc2->rec_index) in my_cmp()
863 return bbcc1->rec_index - bbcc2->rec_index; in my_cmp()
877 return bbcc1->bb->offset - bbcc2->bb->offset; in my_cmp()