Home
last modified time | relevance | path

Searched refs:cost_count (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/callgrind/
Dbbcc.c99 for(i=0;i<bbcc->bb->cost_count;i++) in CLG_()
282 bbcc->cost = CLG_(get_costarray)(bb->cost_count); in new_bbcc()
283 for(i=0;i<bb->cost_count;i++) in new_bbcc()
910 bb_addr(bb), bbcc->cost, bb->cost_count, in CLG_()
Dbb.c143 bb->cost_count = 0; in new_bb()
Dmain.c1342 CLG_ASSERT(clgs.bb->cost_count == update_cost_offsets(&clgs)); in CLG_()
1346 clgs.bb->cost_count = update_cost_offsets(&clgs); in CLG_()
1352 clgs.bb->cjmp_count, clgs.bb->cost_count); in CLG_()
Dglobal.h306 UInt cost_count; member