Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3406 bool hasUF(unsigned UF) const { return UFs.empty() || UFs.contains(UF); } in hasUF() function
3409 assert(hasUF(UF) && "Cannot set the UF not already in plan"); in setUF()
H A DVPlanTransforms.cpp676 assert(Plan.hasUF(BestUF) && "BestUF is not available in Plan"); in optimizeForVFAndUF()
H A DLoopVectorize.cpp7280 assert(BestVPlan.hasUF(BestUF) && in executePlan()