Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2901 NextLoadStore = nullptr; in init()
3027 ScheduleData *NextLoadStore = nullptr; member
3323 ScheduleData *NextLoadStore);
10637 ScheduleData *NextLoadStore) { in initScheduleData() argument
10660 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
10671 if (NextLoadStore) { in initScheduleData()
10673 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
10796 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
10807 for ( ; DepDest; DepDest = DepDest->NextLoadStore) { in calculateDependencies()