Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp47 unsigned getMaxStep() const { return maxStep; } in getMaxStep() function
275 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack()