Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp69 static cl::opt<unsigned> UnrollMaxCount( variable
150 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
151 UP.MaxCount = UnrollMaxCount; in gatherUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp99 static cl::opt<unsigned> UnrollMaxCount( variable
214 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
215 UP.MaxCount = UnrollMaxCount; in gatherUnrollingPreferences()