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.cpp976 Loop *CurLevelLoop = OuterLoop; in currentLimitations() local
977 while (!CurLevelLoop->getSubLoops().empty()) { in currentLimitations()
979 CurLevelLoop = CurLevelLoop->getSubLoops().front(); in currentLimitations()
980 if (!findInductionAndReductions(CurLevelLoop, Inductions, nullptr)) { in currentLimitations()
986 CurLevelLoop->getStartLoc(), in currentLimitations()
987 CurLevelLoop->getHeader()) in currentLimitations()