Searched refs:LLoop (Results 1 – 3 of 3) sorted by relevance
551 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in compare() local552 if (LLoop != RLoop) { in compare()553 unsigned LDepth = LLoop->getLoopDepth(), in compare()
709 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in CompareSCEVComplexity() local710 if (LLoop != RLoop) { in CompareSCEVComplexity()711 const BasicBlock *LHead = LLoop->getHeader(), *RHead = RLoop->getHeader(); in CompareSCEVComplexity()
742 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in CompareSCEVComplexity() local743 if (LLoop != RLoop) { in CompareSCEVComplexity()744 const BasicBlock *LHead = LLoop->getHeader(), *RHead = RLoop->getHeader(); in CompareSCEVComplexity()