Searched refs:LSCEV (Results 1 – 5 of 5) sorted by relevance
273 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() local274 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()323 LLVM_DEBUG(dbgs() << " Access: " << *PtrValue << ", SCEV: " << *LSCEV in runOnLoop()
262 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount() local263 if (SE.isLoopInvariant(LSCEV, L)) in computeUnrollAndJamCount()
293 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop() local294 if (const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV)) { in runOnLoop()316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()327 Buckets.push_back(Bucket(LSCEV, MemI)); in runOnLoop()
164 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop() local165 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()
724 const SCEV *LSCEV = SE.getSCEV(PtrValue); in getFalkorUnrollingPreferences() local725 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in getFalkorUnrollingPreferences()