Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp61 static cl::opt<unsigned> UnrollForcePeelCount( variable
254 bool UserPeelCount = UnrollForcePeelCount.getNumOccurrences() > 0; in computePeelCount()
256 LLVM_DEBUG(dbgs() << "Force-peeling first " << UnrollForcePeelCount in computePeelCount()
258 UP.PeelCount = UnrollForcePeelCount; in computePeelCount()