Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dbbcc.c370 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) in clone_bbcc() function
797 bbcc = clone_bbcc(bb->bbcc_list, CLG_(current_state).cxt, 0); in CLG_()
835 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx); in CLG_()
Dglobal.h763 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);