Searched refs:LLoop (Results 1 – 3 of 3) sorted by relevance
526 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in compare() local527 if (LLoop != RLoop) { in compare()528 unsigned LDepth = LLoop->getLoopDepth(), in compare()
551 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in compare() local552 if (LLoop != RLoop) { in compare()553 unsigned LDepth = LLoop->getLoopDepth(), in compare()
678 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in CompareSCEVComplexity() local679 if (LLoop != RLoop) { in CompareSCEVComplexity()680 const BasicBlock *LHead = LLoop->getHeader(), *RHead = RLoop->getHeader(); in CompareSCEVComplexity()