Searched refs:getRelevantLoop (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h224 /// getRelevantLoop - Determine the most "relevant" loop for the given SCEV.
225 const Loop *getRelevantLoop(const SCEV *);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp626 /// getRelevantLoop - Get the most relevant loop associated with the given
628 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) { function in class:SCEVExpander
650 L = PickMostRelevantLoop(L, getRelevantLoop(*I), *SE.DT);
654 const Loop *Result = getRelevantLoop(C->getOperand());
659 PickMostRelevantLoop(getRelevantLoop(D->getLHS()),
660 getRelevantLoop(D->getRHS()),
712 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
781 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));

Completed in 2370 milliseconds