Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dsim.c1074 ULong* cost_Ir; in log_1I0D() local
1077 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I0D()
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I0D()
1081 inc_costs(IrRes, cost_Ir, in log_1I0D()
1173 ULong *cost_Ir, *cost_Dr; in log_1I1Dr() local
1176 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dr()
1180 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I1Dr()
1184 inc_costs(IrRes, cost_Ir, in log_1I1Dr()
1236 ULong *cost_Ir, *cost_Dw; in log_1I1Dw() local
1239 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dw()
[all …]