Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

852 	     CLG_(current_state).collect, loaded->use_base);
854 if (CLG_(current_state).collect && loaded->use_base) {
865 loaded->use_base = (CLG_(current_state).nonskipped) ?
866 CLG_(current_state).nonskipped->skipped :
940 CLG_(current_state).collect, loaded->use_base); \
942 if (CLG_(current_state).collect && loaded->use_base) { \
956 loaded->use_base = (CLG_(current_state).nonskipped) ? \
957 CLG_(current_state).nonskipped->skipped : \
977 if (!CLG_(current_state).collect) return;
1059 if (CLG_(current_state).collect) {
1062 if (CLG_(current_state).nonskipped)
1063 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1068 CLG_(current_state).cost + fullOffset(EG_IR) );
1087 if (!CLG_(current_state).collect) return;
1089 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1090 if (CLG_(current_state).nonskipped) {
1092 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1123 if (!CLG_(current_state).collect) return;
1125 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1126 if (CLG_(current_state).nonskipped) {
1128 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1158 if (CLG_(current_state).collect) {
1161 if (CLG_(current_state).nonskipped) {
1162 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1163 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1171 CLG_(current_state).cost + fullOffset(EG_IR) );
1173 CLG_(current_state).cost + fullOffset(EG_DR) );
1189 if (CLG_(current_state).collect) {
1192 if (CLG_(current_state).nonskipped)
1193 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1198 CLG_(current_state).cost + fullOffset(EG_DR) );
1218 if (CLG_(current_state).collect) {
1221 if (CLG_(current_state).nonskipped) {
1222 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1223 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1231 CLG_(current_state).cost + fullOffset(EG_IR) );
1233 CLG_(current_state).cost + fullOffset(EG_DW) );
1248 if (CLG_(current_state).collect) {
1251 if (CLG_(current_state).nonskipped)
1252 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1257 CLG_(current_state).cost + fullOffset(EG_DW) );