Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp575 NextLoadStore(nullptr), SchedulingRegionID(0), SchedulingPriority(0), in ScheduleData()
582 NextLoadStore = nullptr; in init()
658 ScheduleData *NextLoadStore; member
812 ScheduleData *NextLoadStore);
2973 ScheduleData *NextLoadStore) { in initScheduleData() argument
2995 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
3002 if (NextLoadStore) { in initScheduleData()
3004 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
3055 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
3093 DepDest = DepDest->NextLoadStore; in calculateDependencies()