Home
last modified time | relevance | path

Searched refs:getExistingSCEV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp154 SE->getExistingSCEV(I) != nullptr; in formLCSSAForInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4572 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()
4577 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
7447 if (getExistingSCEV(CurV)) in createSCEVIter()
7473 return getExistingSCEV(V); in createSCEVIter()
7507 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()
7698 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
7744 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
8502 if (const SCEV *S = getExistingSCEV(V)) { in forgetLcssaPhiWithNewPredecessor()
8546 const SCEV *S = getExistingSCEV(V); in forgetBlockAndLoopDispositions()
12491 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h564 const SCEV *getExistingSCEV(Value *V);