Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopPeel.cpp53 static cl::opt<unsigned> UnrollPeelCount( variable
829 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherPeelingPreferences()
830 PP.PeelCount = UnrollPeelCount; in gatherPeelingPreferences()