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.cpp433 getSmallBestKnownTC(PredicatedScalarEvolution &PSE, Loop *L, in getSmallBestKnownTC() function
1940 if (auto EstimatedTC = getSmallBestKnownTC( in getCost()
3758 auto ExpectedTC = getSmallBestKnownTC(PSE, TheLoop); in computeMaxVF()
4708 if (auto BestKnownTC = getSmallBestKnownTC(PSE, TheLoop)) { in selectInterleaveCount()
9643 if (auto ExpectedTC = getSmallBestKnownTC(PSE, L)) { in isOutsideLoopWorkProfitable()
10005 auto ExpectedTC = getSmallBestKnownTC(PSE, L); in processLoop()