Searched refs:BasePtrStartSCEV (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 253 const SCEV *BasePtrStartSCEV, 679 const SCEV *BasePtrStartSCEV = nullptr; in rewriteForBase() local 683 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase() 687 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase() 689 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) { in rewriteForBase() 694 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteForBase() 704 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteForBase() 1210 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument 1253 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared() 1259 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()
|