Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp57 static cl::opt<unsigned> UnrollPeelCount( variable
1006 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherPeelingPreferences()
1007 PP.PeelCount = UnrollPeelCount; in gatherPeelingPreferences()