Home
last modified time | relevance | path

Searched defs:ExpectedTC (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp367 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
376 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
7669 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp407 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
416 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
10142 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable() local
10244 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local