Lines Matching defs:NextLoadStore
3908 NextLoadStore = nullptr;
4033 ScheduleData *NextLoadStore = nullptr;
4299 ScheduleData *NextLoadStore);
17323 ScheduleData *NextLoadStore) {
17345 CurrentLoadStore->NextLoadStore = SD;
17356 if (NextLoadStore) {
17358 CurrentLoadStore->NextLoadStore = NextLoadStore;
17470 ScheduleData *DepDest = BundleMember->NextLoadStore;
17475 "NextLoadStore list for non memory effecting bundle?");
17481 for (; DepDest; DepDest = DepDest->NextLoadStore) {