Searched refs:arePerfectlyNested (Results 1 – 2 of 2) sorted by relevance
53 bool LoopNest::arePerfectlyNested(const Loop &OuterLoop, const Loop &InnerLoop, in arePerfectlyNested() function in LoopNest170 if (SubLoops.size() == 1 && arePerfectlyNested(*L, *SubLoops.front(), SE)) { in getPerfectLoops()191 if (!arePerfectlyNested(*CurrentLoop, *InnerLoop, SE)) { in getMaxPerfectDepth()
48 static bool arePerfectlyNested(const Loop &OuterLoop, const Loop &InnerLoop,