Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp500 assert(Plan.hasUF(BestUF) && "BestUF is not available in Plan"); in optimizeForVFAndUF()
DVPlan.h2265 bool hasUF(unsigned UF) const { return UFs.empty() || UFs.contains(UF); } in hasUF() function
2268 assert(hasUF(UF) && "Cannot set the UF not already in plan"); in setUF()
DLoopVectorize.cpp7629 assert(BestVPlan.hasUF(BestUF) && in executePlan()