Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12704 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
12725 if (CurrentLoadStore) { in initScheduleData()
12726 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
12730 CurrentLoadStore = SD; in initScheduleData()
12738 if (CurrentLoadStore) in initScheduleData()
12739 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
12741 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()