Home
last modified time | relevance | path

Searched refs:isSchedulingEntity (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3480 assert(isSchedulingEntity() && in verify()
3503 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity() function
3514 assert(isSchedulingEntity() && in isReady()
3544 assert(isSchedulingEntity() && "only meaningful on the bundle"); in unscheduledDepsInBundle()
3556 if (!isSchedulingEntity()) { in dump()
3826 assert(SD->isSchedulingEntity() && SD->isReady() && in verify()
3848 if (SD->isSchedulingEntity() && SD->hasValidDependencies() && in initialFillReadyList()
14463 assert(BundleMember->isSchedulingEntity() && in buildBundle()
14524 assert(Picked->isSchedulingEntity() && Picked->isReady() && in tryScheduleBundle()
14590 assert(Bundle->isSchedulingEntity() in cancelScheduling()
[all...]