Searched defs:ScheduleData (Results 1 – 1 of 1) sorted by relevance
3453 struct ScheduleData { struct in llvm::slpvectorizer::BoUpSLP3456 enum { InvalidDeps = -1 };3460 void init(int BlockSchedulingRegionID, Value *OpVal) { in init()3472 void verify() { in verify()3499 bool hasValidDependencies() const { return Dependencies != InvalidDeps; } in hasValidDependencies()3503 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()3507 bool isPartOfBundle() const { in isPartOfBundle()3513 bool isReady() const { in isReady()3522 int incrementUnscheduledDeps(int Incr) { in incrementUnscheduledDeps()3531 void resetUnscheduledDeps() { in resetUnscheduledDeps()[all …]