Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2571 BundleMember = BundleMember->NextInBundle; in newTreeEntry()
2702 NextInBundle = nullptr; in init()
2798 } else if (NextInBundle) { in dump()
2800 ScheduleData *SD = NextInBundle; in dump()
2803 SD = SD->NextInBundle; in dump()
2825 ScheduleData *NextInBundle = nullptr; member
7533 for (; Bundle; Bundle = Bundle->NextInBundle) in setInsertPointAfterBundle()
9063 PrevInBundle->NextInBundle = BundleMember; in buildBundle()
9200 ScheduleData *Next = BundleMember->NextInBundle; in cancelScheduling()
9201 BundleMember->NextInBundle = nullptr; in cancelScheduling()
[all …]