Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14716 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
14737 if (CurrentLoadStore) { in initScheduleData()
14738 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
14742 CurrentLoadStore = SD; in initScheduleData()
14750 if (CurrentLoadStore) in initScheduleData()
14751 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
14753 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()