Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp602 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr), in ScheduleData()
609 NextInBundle = nullptr; in init()
627 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
661 } else if (NextInBundle) { in dump()
663 ScheduleData *SD = NextInBundle; in dump()
666 SD = SD->NextInBundle; in dump()
682 ScheduleData *NextInBundle; member
805 BundleMember = BundleMember->NextInBundle; in schedule()
2779 PrevInBundle->NextInBundle = BundleMember; in tryScheduleBundle()
2848 ScheduleData *Next = BundleMember->NextInBundle; in cancelScheduling()
[all …]