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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h360 const Loop *getRelevantLoop(const SCEV *);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp616 /// getRelevantLoop - Get the most relevant loop associated with the given
618 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) { function in class:SCEVExpander
638 L = PickMostRelevantLoop(L, getRelevantLoop(Op), SE.DT);
642 const Loop *Result = getRelevantLoop(C->getOperand());
647 getRelevantLoop(D->getLHS()), getRelevantLoop(D->getRHS()), SE.DT);
698 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
768 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));

Completed in 68 milliseconds