Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9615 unsigned IntVF = getEstimatedRuntimeVF(VF.Width, VScale); in isOutsideLoopWorkProfitable() local
9617 uint64_t Div = ScalarC * IntVF - VF.Cost.getValue(); in isOutsideLoopWorkProfitable()
9618 uint64_t MinTC1 = Div == 0 ? 0 : divideCeil(RtC * IntVF, Div); in isOutsideLoopWorkProfitable()
9634 MinTC = alignTo(MinTC, IntVF); in isOutsideLoopWorkProfitable()