Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dbbcc.c375 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) in clone_bbcc() function
818 bbcc = clone_bbcc(bb->bbcc_list, CLG_(current_state).cxt, 0); in CLG_()
856 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx); in CLG_()
Dglobal.h728 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);