Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3046 NextLoadStore = nullptr; in init()
3172 ScheduleData *NextLoadStore = nullptr; member
3467 ScheduleData *NextLoadStore);
12703 ScheduleData *NextLoadStore) { in initScheduleData() argument
12726 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
12737 if (NextLoadStore) { in initScheduleData()
12739 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
12862 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
12873 for (; DepDest; DepDest = DepDest->NextLoadStore) { in calculateDependencies()