Searched refs:ScheduleBundle (Results 1 – 1 of 1) sorted by relevance
1770 class ScheduleBundle;4059 auto Invalid = ScheduleBundle::invalid();4064 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, ScheduleBundle &Bundle, in newTreeEntry()4081 ScheduleBundle &Bundle, const InstructionsState &S, in newTreeEntry()4441 friend class ScheduleBundle;4445 enum class Kind { ScheduleData, ScheduleBundle }; enumerator4466 return cast<ScheduleBundle>(this)->isReady(); in isReady()4628 class ScheduleBundle final : public ScheduleEntity { class in llvm::slpvectorizer::BoUpSLP4635 ScheduleBundle(bool IsValid) in ScheduleBundle() function in llvm::slpvectorizer::BoUpSLP::ScheduleBundle4636 : ScheduleEntity(Kind::ScheduleBundle), IsValid(IsValid) {} in ScheduleBundle()[all …]