Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9987 unsigned IntVF = VF.Width.getKnownMinValue(); in areRuntimeChecksProfitable() local
9992 IntVF *= AssumedMinimumVscale; in areRuntimeChecksProfitable()
9994 double VecCOverVF = double(*VF.Cost.getValue()) / IntVF; in areRuntimeChecksProfitable()
10011 VF.MinProfitableTripCount = ElementCount::getFixed(alignTo(MinTC, IntVF)); in areRuntimeChecksProfitable()