Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2703 NextLoadStore = nullptr; in init()
2829 ScheduleData *NextLoadStore = nullptr; member
3125 ScheduleData *NextLoadStore);
9300 ScheduleData *NextLoadStore) { in initScheduleData() argument
9323 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
9334 if (NextLoadStore) { in initScheduleData()
9336 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
9456 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
9467 for ( ; DepDest; DepDest = DepDest->NextLoadStore) { in calculateDependencies()