Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp7122 if (unsigned SmallTC = SE.getSmallConstantMaxTripCount(L)) canFoldTermCondOfLoop() local
7124 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) canFoldTermCondOfLoop() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2031 if (unsigned SmallTC = SE->getSmallConstantTripCount(OuterLoop)) getCost() local