Searched refs:CurrentLoadStore (Results 1 – 1 of 1) 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()