Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp629 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) { in getRelevantLoop() function in SCEVExpander
651 L = PickMostRelevantLoop(L, getRelevantLoop(*I), *SE.DT); in getRelevantLoop()
655 const Loop *Result = getRelevantLoop(C->getOperand()); in getRelevantLoop()
660 PickMostRelevantLoop(getRelevantLoop(D->getLHS()), in getRelevantLoop()
661 getRelevantLoop(D->getRHS()), in getRelevantLoop()
713 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I)); in visitAddExpr()
782 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I)); in visitMulExpr()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h225 const Loop *getRelevantLoop(const SCEV *);