Searched refs:BasePtrStartSCEV (Results 1 – 1 of 1) sorted by relevance
188 const SCEV *BasePtrStartSCEV,528 const SCEV *BasePtrStartSCEV = nullptr; in rewriteLoadStores() local530 BasePtrStartSCEV = in rewriteLoadStores()533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()538 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) in rewriteLoadStores()541 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteLoadStores()553 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores()734 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument777 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()[all …]