Lines Matching refs:getRelevantLoop
633 /// getRelevantLoop - Get the most relevant loop associated with the given
635 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) {
657 L = PickMostRelevantLoop(L, getRelevantLoop(*I), *SE.DT);
661 const Loop *Result = getRelevantLoop(C->getOperand());
666 PickMostRelevantLoop(getRelevantLoop(D->getLHS()),
667 getRelevantLoop(D->getRHS()),
719 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
788 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));