Searched refs:CurrentLoadStore (Results 1 – 3 of 3) sorted by relevance
2974 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local2994 if (CurrentLoadStore) { in initScheduleData()2995 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()2999 CurrentLoadStore = SD; in initScheduleData()3003 if (CurrentLoadStore) in initScheduleData()3004 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()3006 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()
5031 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local5047 if (CurrentLoadStore) { in initScheduleData()5048 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()5052 CurrentLoadStore = SD; in initScheduleData()5056 if (CurrentLoadStore) in initScheduleData()5057 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()5059 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()
5298 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local5316 if (CurrentLoadStore) { in initScheduleData()5317 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()5321 CurrentLoadStore = SD; in initScheduleData()5325 if (CurrentLoadStore) in initScheduleData()5326 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()5328 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()