HomeSort by relevance Sort by last modified time
    Searched refs:getRelevantLoop (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 205 /// getRelevantLoop - Determine the most "relevant" loop for the given SCEV.
206 const Loop *getRelevantLoop(const SCEV *);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 619 /// getRelevantLoop - Get the most relevant loop associated with the given
621 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) {
643 L = PickMostRelevantLoop(L, getRelevantLoop(*I), *SE.DT);
647 const Loop *Result = getRelevantLoop(C->getOperand());
652 PickMostRelevantLoop(getRelevantLoop(D->getLHS()),
653 getRelevantLoop(D->getRHS()),
706 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
775 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
    [all...]

Completed in 16 milliseconds