Home
last modified time | relevance | path

Searched refs:PointerSCEV (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp815 const SCEV *PointerSCEV = SE.getSCEV(LInst->getPointerOperand()); in buildInvariantEquivalenceClasses() local
818 LoadInst *&ClassRep = EquivClasses[std::make_pair(PointerSCEV, Ty)]; in buildInvariantEquivalenceClasses()
826 InvariantEquivClassTy{PointerSCEV, MemoryAccessList(), {}, Ty}); in buildInvariantEquivalenceClasses()
2852 const SCEV *PointerSCEV = SE.getSCEV(LInst->getPointerOperand()); in addInvariantLoads() local
2871 if (PointerSCEV != IAClass.IdentifyingPointer || Ty != IAClass.AccessType) in addInvariantLoads()
2914 InvariantEquivClassTy{PointerSCEV, MemoryAccessList{MA}, MACtx, Ty}); in addInvariantLoads()
H A DScopInfo.cpp1721 const SCEV *PointerSCEV = SE->getSCEV(LInst->getPointerOperand()); in lookupInvariantEquivClass() local
1723 if (PointerSCEV != IAClass.IdentifyingPointer || Ty != IAClass.AccessType) in lookupInvariantEquivClass()