Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2915 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
2935 if (CurrentLoadStore) { in initScheduleData()
2936 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
2940 CurrentLoadStore = SD; in initScheduleData()
2944 if (CurrentLoadStore) in initScheduleData()
2945 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
2947 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()