Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp154 SE->getExistingSCEV(I) != nullptr; in formLCSSAForInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4567 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()
4572 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
7431 if (getExistingSCEV(CurV)) in createSCEVIter()
7457 return getExistingSCEV(V); in createSCEVIter()
7491 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()
7682 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
7728 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
8481 if (const SCEV *S = getExistingSCEV(V)) { in forgetLcssaPhiWithNewPredecessor()
8525 const SCEV *S = getExistingSCEV(V); in forgetBlockAndLoopDispositions()
12413 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h564 const SCEV *getExistingSCEV(Value *V);