Searched refs:NextLoadStore (Results 1 – 1 of 1) sorted by relevance
4491 NextLoadStore = nullptr; in init()4576 ScheduleData *getNextLoadStore() const { return NextLoadStore; } in getNextLoadStore()4577 void setNextLoadStore(ScheduleData *Next) { NextLoadStore = Next; } in setNextLoadStore()4591 ScheduleData *NextLoadStore = nullptr; member in llvm::slpvectorizer::BoUpSLP::ScheduleData5021 ScheduleData *NextLoadStore);19648 ScheduleData *NextLoadStore) { in initScheduleData() argument19681 if (NextLoadStore) { in initScheduleData()19683 CurrentLoadStore->setNextLoadStore(NextLoadStore); in initScheduleData()19781 ScheduleData *NextLoadStore = BundleMember->getNextLoadStore(); in calculateDependencies() local19782 if (!NextLoadStore) in calculateDependencies()[all …]