Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getRelevantLoop

634 /// getRelevantLoop - Get the most relevant loop associated with the given
636 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) {
658 L = PickMostRelevantLoop(L, getRelevantLoop(*I), *SE.DT);
662 const Loop *Result = getRelevantLoop(C->getOperand());
667 PickMostRelevantLoop(getRelevantLoop(D->getLHS()),
668 getRelevantLoop(D->getRHS()),
720 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
789 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));