Home
last modified time | relevance | path

Searched refs:NextLoadStore (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4491 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::ScheduleData
5021 ScheduleData *NextLoadStore);
19648 ScheduleData *NextLoadStore) { in initScheduleData() argument
19681 if (NextLoadStore) { in initScheduleData()
19683 CurrentLoadStore->setNextLoadStore(NextLoadStore); in initScheduleData()
19781 ScheduleData *NextLoadStore = BundleMember->getNextLoadStore(); in calculateDependencies() local
19782 if (!NextLoadStore) in calculateDependencies()
[all …]