Searched refs:UnrollPeelMaxCount (Results 1 – 1 of 1) sorted by relevance
71 static cl::opt<unsigned> UnrollPeelMaxCount( variable646 if (AlreadyPeeled >= UnrollPeelMaxCount) in computePeelCount()650 unsigned MaxPeelCount = UnrollPeelMaxCount; in computePeelCount()680 if (DesiredPeelCount + AlreadyPeeled <= UnrollPeelMaxCount) { in computePeelCount()696 if (DesiredPeelCountLast + AlreadyPeeled <= UnrollPeelMaxCount) { in computePeelCount()737 LLVM_DEBUG(dbgs() << "Max peel count: " << UnrollPeelMaxCount << "\n"); in computePeelCount()