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

/external/valgrind/main/callgrind/
H A Dsim.c1065 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1067 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1070 CLG_(current_state).cost + fullOffset(EG_IR) );
1091 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1094 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1102 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
1104 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]);
1127 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1130 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1138 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
[all...]
H A Ddebug.c233 jcc->cost ? jcc->cost[fullOffset(EG_IR)]:0,
H A Dglobal.h683 #define EG_IR 1 macro
H A Dmain.c1796 l1 = ULong_width( total[fullOffset(EG_IR)] );
1813 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] );
H A Dbbcc.c605 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;

Completed in 63 milliseconds