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

/external/valgrind/callgrind/
H A Dsim.c1077 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1082 CLG_(current_state).cost + fullOffset(EG_IR) );
1103 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1106 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1114 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
1116 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]);
1139 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1142 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1150 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
[all...]
H A Dbbcc.c611 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
620 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
621 CLG_(current_state).nonskipped->skipped[ fullOffset(EG_IR) ]
H A Ddebug.c233 jcc->cost ? jcc->cost[fullOffset(EG_IR)]:0,
H A Dglobal.h653 #define EG_IR 1 macro
H A Dmain.c1913 l1 = ULong_width( total[fullOffset(EG_IR)] );
1930 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] );

Completed in 1376 milliseconds