Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp839 NextLoadStore = nullptr; in init()
916 ScheduleData *NextLoadStore = nullptr; member
1106 ScheduleData *NextLoadStore);
4018 ScheduleData *NextLoadStore) { in initScheduleData() argument
4036 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
4043 if (NextLoadStore) { in initScheduleData()
4045 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
4107 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
4145 DepDest = DepDest->NextLoadStore; in calculateDependencies()