Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10638 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
10659 if (CurrentLoadStore) { in initScheduleData()
10660 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
10664 CurrentLoadStore = SD; in initScheduleData()
10672 if (CurrentLoadStore) in initScheduleData()
10673 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
10675 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()