Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp817 Loop *CurLevelLoop = OuterLoop; in currentLimitations() local
818 while (!CurLevelLoop->getSubLoops().empty()) { in currentLimitations()
820 CurLevelLoop = CurLevelLoop->getSubLoops().front(); in currentLimitations()
821 if (!findInductionAndReductions(CurLevelLoop, Inductions, nullptr)) { in currentLimitations()
827 CurLevelLoop->getStartLoc(), in currentLimitations()
828 CurLevelLoop->getHeader()) in currentLimitations()