Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getRelevantLoop

590 /// getRelevantLoop - Get the most relevant loop associated with the given
592 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) {
614 L = PickMostRelevantLoop(L, getRelevantLoop(*I), *SE.DT);
618 const Loop *Result = getRelevantLoop(C->getOperand());
623 PickMostRelevantLoop(getRelevantLoop(D->getLHS()),
624 getRelevantLoop(D->getRHS()),
676 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
745 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));