Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2882 BundleMember = BundleMember->NextInBundle; in newTreeEntry()
3045 NextInBundle = nullptr; in init()
3141 } else if (NextInBundle) { in dump()
3143 ScheduleData *SD = NextInBundle; in dump()
3146 SD = SD->NextInBundle; in dump()
3168 ScheduleData *NextInBundle = nullptr; member
9932 for (; Bundle; Bundle = Bundle->NextInBundle) in getLastInstructionInBundle()
12454 PrevInBundle->NextInBundle = BundleMember; in buildBundle()
12591 ScheduleData *Next = BundleMember->NextInBundle; in cancelScheduling()
12592 BundleMember->NextInBundle = nullptr; in cancelScheduling()
[all …]