Lines Matching full:current_state
52 exec_state CLG_(current_state);
111 if (!CLG_(current_state).collect) return;
115 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
117 if (CLG_(current_state).nonskipped)
118 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
142 if (!CLG_(current_state).collect) return;
146 if (CLG_(current_state).nonskipped)
147 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
152 CLG_(current_state).cost[ fullOffset_Bc ]++;
155 CLG_(current_state).cost[ fullOffset_Bc+1 ]++;
172 if (!CLG_(current_state).collect) return;
176 if (CLG_(current_state).nonskipped)
177 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
182 CLG_(current_state).cost[ fullOffset_Bi ]++;
185 CLG_(current_state).cost[ fullOffset_Bi+1 ]++;
1158 (UWord) &CLG_(current_state).jmps_passed,
1210 (UWord) &CLG_(current_state).jmps_passed,
1285 CLG_(current_state).cost );
1293 t->lastdump_cost, CLG_(current_state).cost );
1314 while(CLG_(current_state).sig !=0)
1315 CLG_(post_signal)(CLG_(current_tid),CLG_(current_state).sig);
1322 CLG_(init_exec_state)( &CLG_(current_state) );
1329 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost );
1386 CLG_(current_state).collect = !CLG_(current_state).collect;
1388 CLG_(current_state).collect ? "ON" : "OFF");
1443 CLG_(current_state).bbcc) {
1460 CLG_(current_state).cost[o] ++;
1461 CLG_(current_state).cost[o+1] += diff;
1462 if (!CLG_(current_state).bbcc->skipped)
1464 &(CLG_(current_state).bbcc->skipped));
1465 CLG_(current_state).bbcc->skipped[o] ++;
1466 CLG_(current_state).bbcc->skipped[o+1] += diff;