Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp71 static cl::opt<unsigned> UnrollForcePeelCount( variable
558 bool UserPeelCount = UnrollForcePeelCount.getNumOccurrences() > 0; in computePeelCount()
560 LLVM_DEBUG(dbgs() << "Force-peeling first " << UnrollForcePeelCount in computePeelCount()
562 PP.PeelCount = UnrollForcePeelCount; in computePeelCount()