Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5879 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
5897 if (CurrentLoadStore) { in initScheduleData()
5898 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
5902 CurrentLoadStore = SD; in initScheduleData()
5906 if (CurrentLoadStore) in initScheduleData()
5907 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
5909 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()