Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp811 Loop *CurLevelLoop = OuterLoop; in currentLimitations() local
812 while (!CurLevelLoop->getSubLoops().empty()) { in currentLimitations()
814 CurLevelLoop = CurLevelLoop->getSubLoops().front(); in currentLimitations()
815 if (!findInductionAndReductions(CurLevelLoop, Inductions, nullptr)) { in currentLimitations()
821 CurLevelLoop->getStartLoc(), in currentLimitations()
822 CurLevelLoop->getHeader()) in currentLimitations()