Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp410 static Optional<unsigned> getSmallBestKnownTC(ScalarEvolution &SE, Loop *L) { in getSmallBestKnownTC() function
6350 auto BestKnownTC = getSmallBestKnownTC(*PSE.getSE(), TheLoop); in selectInterleaveCount()
10118 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop()