Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5031 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
5047 if (CurrentLoadStore) { in initScheduleData()
5048 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
5052 CurrentLoadStore = SD; in initScheduleData()
5056 if (CurrentLoadStore) in initScheduleData()
5057 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
5059 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()