Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp160 unsigned OuterTripMultiple, unsigned OuterLoopSize, unsigned InnerTripCount, in computeUnrollAndJamCount()
381 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop() local
H A DLoopFlatten.cpp121 Value *InnerTripCount = nullptr; // The product of these two tripcounts member