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

/external/valgrind/main/callgrind/
H A Dsim.c1161 ULong *cost_Ir, *cost_Dr; local
1165 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1169 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR];
1174 inc_costs(DrRes, cost_Dr,
1192 ULong *cost_Dr; local
1195 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1197 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR];
1199 inc_costs(DrRes, cost_Dr,

Completed in 45 milliseconds