• Home
  • Raw
  • Download

Lines Matching refs:current_state

852 	     CLG_(current_state).collect, loaded->use_base);  in update_LL_use()
854 if (CLG_(current_state).collect && loaded->use_base) { in update_LL_use()
865 loaded->use_base = (CLG_(current_state).nonskipped) ? in update_LL_use()
866 CLG_(current_state).nonskipped->skipped : in update_LL_use()
940 CLG_(current_state).collect, loaded->use_base); \
942 if (CLG_(current_state).collect && loaded->use_base) { \
956 loaded->use_base = (CLG_(current_state).nonskipped) ? \
957 CLG_(current_state).nonskipped->skipped : \
977 if (!CLG_(current_state).collect) return; in cacheuse_finish()
1061 if (CLG_(current_state).collect) { in log_1I0D()
1064 if (CLG_(current_state).nonskipped) in log_1I0D()
1065 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I0D()
1070 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I0D()
1089 if (!CLG_(current_state).collect) return; in log_2I0D()
1091 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_2I0D()
1092 if (CLG_(current_state).nonskipped) { in log_2I0D()
1094 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_2I0D()
1125 if (!CLG_(current_state).collect) return; in log_3I0D()
1127 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_3I0D()
1128 if (CLG_(current_state).nonskipped) { in log_3I0D()
1130 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_3I0D()
1160 if (CLG_(current_state).collect) { in log_1I1Dr()
1163 if (CLG_(current_state).nonskipped) { in log_1I1Dr()
1164 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dr()
1165 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_1I1Dr()
1173 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dr()
1175 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_1I1Dr()
1191 if (CLG_(current_state).collect) { in log_0I1Dr()
1194 if (CLG_(current_state).nonskipped) in log_0I1Dr()
1195 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_0I1Dr()
1200 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_0I1Dr()
1220 if (CLG_(current_state).collect) { in log_1I1Dw()
1223 if (CLG_(current_state).nonskipped) { in log_1I1Dw()
1224 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dw()
1225 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_1I1Dw()
1233 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dw()
1235 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_1I1Dw()
1250 if (CLG_(current_state).collect) { in log_0I1Dw()
1253 if (CLG_(current_state).nonskipped) in log_0I1Dw()
1254 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_0I1Dw()
1259 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_0I1Dw()