Lines Matching full:current_state
53 exec_state CLG_(current_state);
116 if (!CLG_(current_state).collect) return;
120 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
122 if (CLG_(current_state).nonskipped)
123 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
147 if (!CLG_(current_state).collect) return;
151 if (CLG_(current_state).nonskipped)
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
157 CLG_(current_state).cost[ fullOffset_Bc ]++;
160 CLG_(current_state).cost[ fullOffset_Bc+1 ]++;
177 if (!CLG_(current_state).collect) return;
181 if (CLG_(current_state).nonskipped)
182 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
187 CLG_(current_state).cost[ fullOffset_Bi ]++;
190 CLG_(current_state).cost[ fullOffset_Bi+1 ]++;
1248 (UWord) &CLG_(current_state).jmps_passed,
1294 * As CLG_(current_state).jmps_passed is reset to 0 in setup_bbcc,
1302 (UWord) &CLG_(current_state).jmps_passed,
1404 CLG_(current_state).cost );
1412 t->lastdump_cost, CLG_(current_state).cost );
1433 while(CLG_(current_state).sig !=0)
1434 CLG_(post_signal)(CLG_(current_tid),CLG_(current_state).sig);
1441 CLG_(init_exec_state)( &CLG_(current_state) );
1448 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost );
1511 ce->enter_cost, CLG_(current_state).cost );
1672 CLG_(current_state).collect = !CLG_(current_state).collect;
1674 CLG_(current_state).collect ? "ON" : "OFF");
1737 CLG_(current_state).bbcc) {
1754 CLG_(current_state).cost[o] ++;
1755 CLG_(current_state).cost[o+1] += diff;
1756 if (!CLG_(current_state).bbcc->skipped)
1758 &(CLG_(current_state).bbcc->skipped));
1759 CLG_(current_state).bbcc->skipped[o] ++;
1760 CLG_(current_state).bbcc->skipped[o+1] += diff;