Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp435 static std::optional<unsigned> getSmallBestKnownTC(ScalarEvolution &SE, in getSmallBestKnownTC() function
5356 auto BestKnownTC = getSmallBestKnownTC(*PSE.getSE(), TheLoop); in selectInterleaveCount()
9810 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable()
9912 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop()