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