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

/external/valgrind/main/callgrind/
H A Dbbcc.c99 for(i=0;i<bbcc->bb->cost_count;i++)
284 bbcc->cost = CLG_(get_costarray)(bb->cost_count);
285 for(i=0;i<bb->cost_count;i++)
886 bb_addr(bb), bbcc->cost, bb->cost_count,
H A Dbb.c119 * - instr_len, cost_count, instr[]
145 bb->cost_count = 0;
H A Dmain.c1221 CLG_ASSERT(clgs.bb->cost_count == update_cost_offsets(&clgs));
1226 clgs.bb->cost_count = update_cost_offsets(&clgs);
1233 clgs.bb->cjmp_count, clgs.bb->cost_count);
H A Dglobal.h332 UInt cost_count; member in struct:_BB

Completed in 91 milliseconds