Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp697 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
2437 if (VectorTripCount) in getOrCreateVectorTripCount()
2438 return VectorTripCount; in getOrCreateVectorTripCount()
2477 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()
2479 return VectorTripCount; in getOrCreateVectorTripCount()