Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3484 bool isPart0() { return getUnrollPart(*this) == 0; } in isPart0() function
H A DVPlanTransforms.cpp1178 if (Steps->isPart0() && vputils::onlyFirstLaneUsed(Steps)) { in simplifyRecipe()