Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14455 ScheduleData *PrevInBundle = nullptr; in buildBundle() local
14465 if (PrevInBundle) { in buildBundle()
14466 PrevInBundle->NextInBundle = BundleMember; in buildBundle()
14473 PrevInBundle = BundleMember; in buildBundle()