Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9613 uint64_t MinTC = std::max(MinTC1, MinTC2); in areRuntimeChecksProfitable() local
9615 MinTC = alignTo(MinTC, IntVF); in areRuntimeChecksProfitable()
9616 VF.MinProfitableTripCount = ElementCount::getFixed(MinTC); in areRuntimeChecksProfitable()