Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2012 NextLoadStore = nullptr; in init()
2091 ScheduleData *NextLoadStore = nullptr; member
2322 ScheduleData *NextLoadStore);
5878 ScheduleData *NextLoadStore) { in initScheduleData() argument
5898 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
5905 if (NextLoadStore) { in initScheduleData()
5907 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
5971 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
6009 DepDest = DepDest->NextLoadStore; in calculateDependencies()