Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h85 auto SecondLastLoopIter = ++Loops.rbegin(); in getInnermostLoop() local
86 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop()