Home
last modified time | relevance | path

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

/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)); propagateStoredValueToLoadUsers() local
/llvm-project/polly/lib/Support/
H A DScopHelper.cpp511 const SCEV *PtrSCEV = SE.getSCEVAtScope(Val, L); hasVariantIndex() local
542 const SCEV *PtrSCEV = SE.getSCEVAtScope(Ptr, L); isHoistableLoad() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp311 const SCEV *PtrSCEV = SE.getSCEV(Load->getPointerOperand()); loadCSE() local
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp522 auto *PtrSCEV = SE.getSCEVAtScope(V, Scope); involvesMultiplePtrs() local
H A DScopInfo.cpp713 auto *PtrSCEV = SE->getSCEV(Ptr); computeBoundsOnAccessRelation() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5945 const SCEV *PtrSCEV = getAddressAccessSCEV(Ptr, Legal, PSE, TheLoop); getMemInstScalarizationCost() local
H A DSLPVectorizer.cpp4408 const SCEV *PtrSCEV = SE.getSCEV(Ptr); calculateRtStride() local
4466 for (const SCEV *PtrSCEV : SCEVs) { calculateRtStride() local
[all...]