Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12443 ScheduleData *PrevInBundle = nullptr; in buildBundle() local
12453 if (PrevInBundle) { in buildBundle()
12454 PrevInBundle->NextInBundle = BundleMember; in buildBundle()
12461 PrevInBundle = BundleMember; in buildBundle()