Lines Matching refs:current_state

864 	     CLG_(current_state).collect, loaded->use_base);  in update_LL_use()
866 if (CLG_(current_state).collect && loaded->use_base) { in update_LL_use()
877 loaded->use_base = (CLG_(current_state).nonskipped) ? in update_LL_use()
878 CLG_(current_state).nonskipped->skipped : in update_LL_use()
952 CLG_(current_state).collect, loaded->use_base); \
954 if (CLG_(current_state).collect && loaded->use_base) { \
968 loaded->use_base = (CLG_(current_state).nonskipped) ? \
969 CLG_(current_state).nonskipped->skipped : \
989 if (!CLG_(current_state).collect) return; in cacheuse_finish()
1073 if (CLG_(current_state).collect) { in log_1I0D()
1076 if (CLG_(current_state).nonskipped) in log_1I0D()
1077 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I0D()
1082 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I0D()
1101 if (!CLG_(current_state).collect) return; in log_2I0D()
1103 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_2I0D()
1104 if (CLG_(current_state).nonskipped) { in log_2I0D()
1106 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_2I0D()
1137 if (!CLG_(current_state).collect) return; in log_3I0D()
1139 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_3I0D()
1140 if (CLG_(current_state).nonskipped) { in log_3I0D()
1142 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_3I0D()
1172 if (CLG_(current_state).collect) { in log_1I1Dr()
1175 if (CLG_(current_state).nonskipped) { in log_1I1Dr()
1176 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dr()
1177 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_1I1Dr()
1185 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dr()
1187 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_1I1Dr()
1206 if (CLG_(current_state).collect) { in log_0I1Dr()
1209 if (CLG_(current_state).nonskipped) in log_0I1Dr()
1210 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_0I1Dr()
1215 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_0I1Dr()
1235 if (CLG_(current_state).collect) { in log_1I1Dw()
1238 if (CLG_(current_state).nonskipped) { in log_1I1Dw()
1239 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dw()
1240 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_1I1Dw()
1248 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dw()
1250 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_1I1Dw()
1266 if (CLG_(current_state).collect) { in log_0I1Dw()
1269 if (CLG_(current_state).nonskipped) in log_0I1Dw()
1270 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_0I1Dw()
1275 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_0I1Dw()