Searched defs:NextLoadStore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp603 NextLoadStore(nullptr), SchedulingRegionID(0), SchedulingPriority(0),
610 NextLoadStore = nullptr;
686 ScheduleData *NextLoadStore; member in struct:__anon13022::BoUpSLP::ScheduleData
837 ScheduleData *NextLoadStore);
2914 ScheduleData *NextLoadStore) {
2936 CurrentLoadStore->NextLoadStore = SD;
2943 if (NextLoadStore) {
2945 CurrentLoadStore->NextLoadStore = NextLoadStore;
2996 ScheduleData *DepDest = BundleMember->NextLoadStore;
2911 initScheduleData(Instruction *FromI, Instruction *ToI, ScheduleData *PrevLoadStore, ScheduleData *NextLoadStore) argument
[all...]

Completed in 37 milliseconds