Searched defs:ScheduleData (Results 1 – 1 of 1) sorted by relevance
2002 struct ScheduleData { struct in llvm::slpvectorizer::BoUpSLP2005 enum { InvalidDeps = -1 };2009 void init(int BlockSchedulingRegionID, Value *OpVal) { in init()2023 bool hasValidDependencies() const { return Dependencies != InvalidDeps; } in hasValidDependencies()2027 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()2031 bool isPartOfBundle() const { in isPartOfBundle()2037 bool isReady() const { in isReady()2045 int incrementUnscheduledDeps(int Incr) { in incrementUnscheduledDeps()2052 void resetUnscheduledDeps() { in resetUnscheduledDeps()2057 void clearDependencies() { in clearDependencies()[all …]