Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp151 static unsigned countToEliminateCompares(Loop &L, unsigned MaxPeelCount, in countToEliminateCompares() argument
220 while (NewPeelCount < MaxPeelCount && in countToEliminateCompares()
291 unsigned MaxPeelCount = UnrollPeelMaxCount; in computePeelCount() local
292 MaxPeelCount = std::min(MaxPeelCount, UP.Threshold / LoopSize - 1); in computePeelCount()
295 countToEliminateCompares(*L, MaxPeelCount, SE)); in computePeelCount()
298 DesiredPeelCount = std::min(DesiredPeelCount, MaxPeelCount); in computePeelCount()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dpeel-loop-conditions.ll342 ; loop body after peeling at most MaxPeelCount iterations.