Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp574 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr), in ScheduleData()
581 NextInBundle = nullptr; in init()
599 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
633 } else if (NextInBundle) { in dump()
635 ScheduleData *SD = NextInBundle; in dump()
638 SD = SD->NextInBundle; in dump()
654 ScheduleData *NextInBundle; member
780 BundleMember = BundleMember->NextInBundle; in schedule()
2838 PrevInBundle->NextInBundle = BundleMember; in tryScheduleBundle()
2907 ScheduleData *Next = BundleMember->NextInBundle; in cancelScheduling()
[all …]