Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp603 NextLoadStore(nullptr), SchedulingRegionID(0), SchedulingPriority(0), in ScheduleData()
610 NextLoadStore = nullptr; in init()
686 ScheduleData *NextLoadStore; member
837 ScheduleData *NextLoadStore);
2914 ScheduleData *NextLoadStore) { in initScheduleData() argument
2936 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
2943 if (NextLoadStore) { in initScheduleData()
2945 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
2996 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
3034 DepDest = DepDest->NextLoadStore; in calculateDependencies()