Home
last modified time | relevance | path

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

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