Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6157 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
6175 if (CurrentLoadStore) { in initScheduleData()
6176 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
6180 CurrentLoadStore = SD; in initScheduleData()
6184 if (CurrentLoadStore) in initScheduleData()
6185 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
6187 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()