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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolutionExpander.h205 /// getRelevantLoop - Determine the most "relevant" loop for the given SCEV.
206 const Loop *getRelevantLoop(const SCEV *);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h323 const Loop *getRelevantLoop(const SCEV *);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp619 /// getRelevantLoop - Get the most relevant loop associated with the given
621 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) { function in class:SCEVExpander
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));
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp594 /// getRelevantLoop - Get the most relevant loop associated with the given
596 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) { function in class:SCEVExpander
616 L = PickMostRelevantLoop(L, getRelevantLoop(Op), SE.DT);
620 const Loop *Result = getRelevantLoop(C->getOperand());
625 getRelevantLoop(D->getLHS()), getRelevantLoop(D->getRHS()), SE.DT);
676 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
744 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));

Completed in 130 milliseconds