Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp690 uint64_t UnrollCostEstimator::getUnrolledLoopSize( in getUnrolledLoopSize() function in UnrollCostEstimator
769 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
802 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
838 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
852 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
1060 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h142 getUnrolledLoopSize(const TargetTransformInfo::UnrollingPreferences &UP,