Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2918 assert(isSchedulingEntity() && in verify()
2941 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity() function
2952 assert(isSchedulingEntity() && in isReady()
2982 assert(isSchedulingEntity() && "only meaningful on the bundle"); in unscheduledDepsInBundle()
2994 if (!isSchedulingEntity()) { in dump()
3264 assert(SD->isSchedulingEntity() && SD->isReady() && in verify()
3286 if (SD->isSchedulingEntity() && SD->hasValidDependencies() && in initialFillReadyList()
10397 assert(BundleMember->isSchedulingEntity() && in buildBundle()
10458 assert(Picked->isSchedulingEntity() && Picked->isReady() && in tryScheduleBundle()
10524 assert(Bundle->isSchedulingEntity() && in cancelScheduling()
[all …]