Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4019 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
4035 if (CurrentLoadStore) { in initScheduleData()
4036 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
4040 CurrentLoadStore = SD; in initScheduleData()
4044 if (CurrentLoadStore) in initScheduleData()
4045 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
4047 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()