Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp19649 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
19669 if (CurrentLoadStore) { in initScheduleData()
19670 CurrentLoadStore->setNextLoadStore(SD); in initScheduleData()
19674 CurrentLoadStore = SD; in initScheduleData()
19682 if (CurrentLoadStore) in initScheduleData()
19683 CurrentLoadStore->setNextLoadStore(NextLoadStore); in initScheduleData()
19685 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()