computeInterleaveCount() is not defined/used and is therefore removed.
Review: Davide Italiano
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291423
91177308-0d34-0410-b5e6-
96231b3b80d8
unsigned selectInterleaveCount(bool OptForSize, unsigned VF,
unsigned LoopCost);
- /// \return The most profitable unroll factor.
- /// This method finds the best unroll-factor based on register pressure and
- /// other parameters. VF and LoopCost are the selected vectorization factor
- /// and the cost of the selected VF.
- unsigned computeInterleaveCount(bool OptForSize, unsigned VF,
- unsigned LoopCost);
-
/// \brief A struct that represents some properties of the register usage
/// of a loop.
struct RegisterUsage {