Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp400 static Optional<unsigned> getSmallBestKnownTC(ScalarEvolution &SE, Loop *L) { in getSmallBestKnownTC() function
5631 auto BestKnownTC = getSmallBestKnownTC(*PSE.getSE(), TheLoop); in selectInterleaveCount()
10019 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable()
10110 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop()