Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2113 if (unsigned SmallTC = SE->getSmallConstantTripCount(OuterLoop)) in getCost() local
2114 BestTripCount = SmallTC; in getCost()