Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp96 const SCEV *BasePtrStartSCEV,
192 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument
230 if (PHIBasePtrSCEV->getStart() == BasePtrStartSCEV && in alreadyPrepared()
411 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop() local
412 if (!SE->isLoopInvariant(BasePtrStartSCEV, L)) in runOnLoop()
419 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV); in runOnLoop()
420 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
423 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in runOnLoop()
425 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV)) in runOnLoop()
433 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in runOnLoop()