Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp242 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() local
243 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()
292 DEBUG(dbgs() << " Access: " << *PtrValue << ", SCEV: " << *LSCEV in runOnLoop()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp216 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop() local
217 if (const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV)) { in runOnLoop()
226 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()
237 Buckets.push_back(Bucket(LSCEV, MemI)); in runOnLoop()