Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp404 static std::optional<unsigned> getSmallBestKnownTC(ScalarEvolution &SE, in getSmallBestKnownTC() function
5694 auto BestKnownTC = getSmallBestKnownTC(*PSE.getSE(), TheLoop); in selectInterleaveCount()
10142 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable()
10244 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop()