Searched refs:IsInSameLoop (Results 1 – 1 of 1) sorted by relevance
740 bool IsInSameLoop = LI->getLoopFor(BB1) == LI->getLoopFor(BB2); in findEquivalencesFor() local741 if (BB1 != BB2 && IsDomParent && IsInSameLoop) { in findEquivalencesFor()