Home
last modified time | relevance | path

Searched defs:ScheduleData (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1790 struct ScheduleData { struct in llvm::slpvectorizer::BoUpSLP
1793 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 …]