Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2974 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
2994 if (CurrentLoadStore) { in initScheduleData()
2995 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
2999 CurrentLoadStore = SD; in initScheduleData()
3003 if (CurrentLoadStore) in initScheduleData()
3004 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
3006 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4016 ScheduleData *CurrentLoadStore = PrevLoadStore; in initScheduleData() local
4032 if (CurrentLoadStore) { in initScheduleData()
4033 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
4037 CurrentLoadStore = SD; in initScheduleData()
4041 if (CurrentLoadStore) in initScheduleData()
4042 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
4044 LastLoadStoreInRegion = CurrentLoadStore; in initScheduleData()