Home | History | Annotate | Download | only in callgrind

Lines Matching refs:current_state

142     CLG_(current_state).collect = !CLG_(current_state).collect;
145 CLG_(current_state).collect ? "ON" : "OFF");
160 CLG_(current_state).collect = !CLG_(current_state).collect;
163 CLG_(current_state).collect ? "ON" : "OFF");
206 if (CLG_(current_state).nonskipped) {
208 CLG_ASSERT(CLG_(current_state).nonskipped == from);
215 CLG_(current_state).cost );
251 current_entry->nonskipped = CLG_(current_state).nonskipped;
261 CLG_(current_state).nonskipped = 0;
262 else if (!CLG_(current_state).nonskipped) {
264 CLG_(current_state).nonskipped = from;
265 if (!CLG_(current_state).nonskipped->skipped) {
267 &CLG_(current_state).nonskipped->skipped);
319 if (CLG_(current_state).sig >0) {
333 CLG_(current_state).nonskipped = lower_entry->nonskipped;
348 CLG_(current_state).cost) ) {
358 CLG_(current_state).cxt = lower_entry->cxt;
361 CLG_ASSERT(CLG_(current_state).cxt != 0);