Searched refs:NextInBundle (Results 1 – 1 of 1) sorted by relevance
574 : 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; member780 BundleMember = BundleMember->NextInBundle; in schedule()2838 PrevInBundle->NextInBundle = BundleMember; in tryScheduleBundle()2907 ScheduleData *Next = BundleMember->NextInBundle; in cancelScheduling()[all …]