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