Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp702 static uint64_t getUnrolledLoopSize( in getUnrolledLoopSize() function
731 if (UP.AllowRemainder && getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) in computeUnrollCount()
743 getUnrolledLoopSize(LoopSize, UP) < PragmaUnrollThreshold) in computeUnrollCount()
749 if (getUnrolledLoopSize(LoopSize, UP) < PragmaUnrollThreshold) in computeUnrollCount()
782 if (getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) { in computeUnrollCount()
828 if (getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
843 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
919 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()