Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp57 static cl::opt<unsigned> UnrollPeelMaxCount( variable
272 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()