Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10110 unsigned IntVF = VF.Width.getKnownMinValue(); in areRuntimeChecksProfitable() local
10115 IntVF *= AssumedMinimumVscale; in areRuntimeChecksProfitable()
10117 double VecCOverVF = double(*VF.Cost.getValue()) / IntVF; in areRuntimeChecksProfitable()
10134 VF.MinProfitableTripCount = ElementCount::getFixed(alignTo(MinTC, IntVF)); in areRuntimeChecksProfitable()