Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h93 auto SecondLastLoopIter = ++Loops.rbegin(); in getInnermostLoop() local
94 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop()