Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

864 	     CLG_(current_state).collect, loaded->use_base);
866 if (CLG_(current_state).collect && loaded->use_base) {
877 loaded->use_base = (CLG_(current_state).nonskipped) ?
878 CLG_(current_state).nonskipped->skipped :
952 CLG_(current_state).collect, loaded->use_base); \
954 if (CLG_(current_state).collect && loaded->use_base) { \
968 loaded->use_base = (CLG_(current_state).nonskipped) ? \
969 CLG_(current_state).nonskipped->skipped : \
989 if (!CLG_(current_state).collect) return;
1073 if (CLG_(current_state).collect) {
1076 if (CLG_(current_state).nonskipped)
1077 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1082 CLG_(current_state).cost + fullOffset(EG_IR) );
1101 if (!CLG_(current_state).collect) return;
1103 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1104 if (CLG_(current_state).nonskipped) {
1106 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1137 if (!CLG_(current_state).collect) return;
1139 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1140 if (CLG_(current_state).nonskipped) {
1142 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1172 if (CLG_(current_state).collect) {
1175 if (CLG_(current_state).nonskipped) {
1176 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1177 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1185 CLG_(current_state).cost + fullOffset(EG_IR) );
1187 CLG_(current_state).cost + fullOffset(EG_DR) );
1206 if (CLG_(current_state).collect) {
1209 if (CLG_(current_state).nonskipped)
1210 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1215 CLG_(current_state).cost + fullOffset(EG_DR) );
1235 if (CLG_(current_state).collect) {
1238 if (CLG_(current_state).nonskipped) {
1239 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1240 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1248 CLG_(current_state).cost + fullOffset(EG_IR) );
1250 CLG_(current_state).cost + fullOffset(EG_DW) );
1266 if (CLG_(current_state).collect) {
1269 if (CLG_(current_state).nonskipped)
1270 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1275 CLG_(current_state).cost + fullOffset(EG_DW) );