Home
last modified time | relevance | path

Searched defs:PtrSCEV (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp85 const SCEV *PtrSCEV = SE->getSCEV(Ptr); in getNewAlignment() local
H A DLoopLoadElimination.cpp442 auto *PtrSCEV = cast<SCEVAddRecExpr>(PSE.getSCEV(Ptr)); in propagateStoredValueToLoadUsers() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp311 const SCEV *PtrSCEV = SE.getSCEV(Load->getPointerOperand()); in loadCSE() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5579 const SCEV *PtrSCEV = getAddressAccessSCEV(Ptr, Legal, PSE, TheLoop); in getMemInstScalarizationCost() local
H A DSLPVectorizer.cpp4439 const SCEV *PtrSCEV = SE.getSCEV(Ptr); in calculateRtStride() local
4497 for (const SCEV *PtrSCEV : SCEVs) { in calculateRtStride() local
[all...]