Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp727 uint64_t UnrollCostEstimator::getUnrolledLoopSize( in getUnrolledLoopSize() function in UnrollCostEstimator
806 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
848 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
884 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
898 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
1106 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h148 getUnrolledLoopSize(const TargetTransformInfo::UnrollingPreferences &UP,