Lines Matching refs:SCEVE
328 SCEVExpander &SCEVE, SmallPtrSet<Value *, 16> &DeletedPtrs);
560 SCEVExpander SCEVE(*SE, Header->getDataLayout(), in rewriteLoadStoresForCommoningChains() local
572 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
580 false /* CanPreInc */, ChainCommoning, SCEVE, DeletedPtrs); in rewriteLoadStoresForCommoningChains()
606 if (!SCEVE.isSafeToExpand(OffsetSCEV)) in rewriteLoadStoresForCommoningChains()
609 Value *OffsetValue = SCEVE.expandCodeFor( in rewriteLoadStoresForCommoningChains()
624 SCEVE.clear(); in rewriteLoadStoresForCommoningChains()
651 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase() argument
713 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteForBase()
1028 SCEVExpander SCEVE(*SE, Header->getDataLayout(), in rewriteLoadStores() local
1030 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
1048 CanPreInc, Form, SCEVE, DeletedPtrs); in rewriteLoadStores()
1074 SCEVE.clear(); in rewriteLoadStores()