Searched refs:CurrentLoadStore (Results 1 – 1 of 1) sorted by relevance
2915 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local2935 if (CurrentLoadStore) { in initScheduleData()2936 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()2940 CurrentLoadStore = SD; in initScheduleData()2944 if (CurrentLoadStore) in initScheduleData()2945 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()2947 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()