Searched defs:ScheduleData (Results 1 – 1 of 1) sorted by relevance
1790 struct ScheduleData { struct in llvm::slpvectorizer::BoUpSLP1793 enum { InvalidDeps = -1 };1797 void init(int BlockSchedulingRegionID, Value *OpVal) { in init()1811 bool hasValidDependencies() const { return Dependencies != InvalidDeps; } in hasValidDependencies()1815 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()1819 bool isPartOfBundle() const { in isPartOfBundle()1825 bool isReady() const { in isReady()1833 int incrementUnscheduledDeps(int Incr) { in incrementUnscheduledDeps()1840 void resetUnscheduledDeps() { in resetUnscheduledDeps()1845 void clearDependencies() { in clearDependencies()[all …]