Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2029 NextLoadStore = nullptr; in init()
2108 ScheduleData *NextLoadStore = nullptr; member
2338 ScheduleData *NextLoadStore);
6156 ScheduleData *NextLoadStore) { in initScheduleData() argument
6176 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
6183 if (NextLoadStore) { in initScheduleData()
6185 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
6246 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
6284 DepDest = DepDest->NextLoadStore; in calculateDependencies()