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

/external/valgrind/callgrind/
H A Dbbcc.c99 for(i=0;i<bbcc->bb->cost_count;i++)
282 bbcc->cost = CLG_(get_costarray)(bb->cost_count);
283 for(i=0;i<bb->cost_count;i++)
910 bb_addr(bb), bbcc->cost, bb->cost_count,
H A Dbb.c117 * - instr_len, cost_count, instr[]
143 bb->cost_count = 0;
H A Dglobal.h306 UInt cost_count; member in struct:_BB
H A Dmain.c1342 CLG_ASSERT(clgs.bb->cost_count == update_cost_offsets(&clgs));
1346 clgs.bb->cost_count = update_cost_offsets(&clgs);
1352 clgs.bb->cjmp_count, clgs.bb->cost_count);

Completed in 40 milliseconds