Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp286 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() local
288 unsigned innerMaxStep = maxStep * outerStep; in updateLoopStack()