Home
last modified time | relevance | path

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

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