Searched refs:UnrollPeelMaxCount (Results 1 – 1 of 1) sorted by relevance
57 static cl::opt<unsigned> UnrollPeelMaxCount( variable272 if (2 * LoopSize <= UP.Threshold && UnrollPeelMaxCount > 0) { in computePeelCount()291 unsigned MaxPeelCount = UnrollPeelMaxCount; in computePeelCount()328 if ((*PeelCount <= UnrollPeelMaxCount) && in computePeelCount()336 LLVM_DEBUG(dbgs() << "Max peel count: " << UnrollPeelMaxCount << "\n"); in computePeelCount()