Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2685 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
2705 if (CurrentLoadStore) { in initScheduleData()
2706 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
2710 CurrentLoadStore = SD; in initScheduleData()
2714 if (CurrentLoadStore) in initScheduleData()
2715 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
2717 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()