Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp328 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() local
330 unsigned innerMaxStep = maxStep * outerStep; in updateLoopStack()