Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp432 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) getSmallBestKnownTC() local
441 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) getSmallBestKnownTC() local
9733 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { areRuntimeChecksProfitable() local
9831 auto ExpectedTC = getSmallBestKnownTC(*SE, L); processLoop() local
[all...]