Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9301 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
9322 if (CurrentLoadStore) { in initScheduleData()
9323 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
9327 CurrentLoadStore = SD; in initScheduleData()
9335 if (CurrentLoadStore) in initScheduleData()
9336 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
9338 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()