Lines Matching refs:current_state
142 CLG_(current_state).collect = !CLG_(current_state).collect; in function_entered()
145 CLG_(current_state).collect ? "ON" : "OFF"); in function_entered()
160 CLG_(current_state).collect = !CLG_(current_state).collect; in function_left()
163 CLG_(current_state).collect ? "ON" : "OFF"); in function_left()
206 if (CLG_(current_state).nonskipped) { in CLG_()
208 CLG_ASSERT(CLG_(current_state).nonskipped == from); in CLG_()
215 CLG_(current_state).cost ); in CLG_()
251 current_entry->nonskipped = CLG_(current_state).nonskipped; in CLG_()
261 CLG_(current_state).nonskipped = 0; in CLG_()
262 else if (!CLG_(current_state).nonskipped) { in CLG_()
264 CLG_(current_state).nonskipped = from; in CLG_()
265 if (!CLG_(current_state).nonskipped->skipped) { in CLG_()
267 &CLG_(current_state).nonskipped->skipped); in CLG_()
320 if (CLG_(current_state).sig >0) { in CLG_()
334 CLG_(current_state).nonskipped = lower_entry->nonskipped; in CLG_()
349 CLG_(current_state).cost) ) { in CLG_()
359 CLG_(current_state).cxt = lower_entry->cxt; in CLG_()
362 CLG_ASSERT(CLG_(current_state).cxt != 0); in CLG_()