Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3463 NextLoadStore = nullptr; in init()
3589 ScheduleData *NextLoadStore = nullptr; member
3885 ScheduleData *NextLoadStore);
14715 ScheduleData *NextLoadStore) { in initScheduleData() argument
14738 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
14749 if (NextLoadStore) { in initScheduleData()
14751 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
14874 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
14885 for (; DepDest; DepDest = DepDest->NextLoadStore) { in calculateDependencies()