Searched defs:SrcSCEV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3197 bool DependenceAnalysis::tryDelinearize(const SCEV *SrcSCEV, argument
3202 dyn_cast<SCEVUnknown>(SE->getPointerBase(SrcSCEV));
3209 SrcSCEV = SE->getMinusSCEV(SrcSCEV, SrcBase);
3212 const SCEVAddRecExpr *SrcAR = dyn_cast<SCEVAddRecExpr>(SrcSCEV);
3370 const SCEV *SrcSCEV = SE->getSCEV(SrcPtr); local
3372 DEBUG(dbgs() << " SrcSCEV = " << *SrcSCEV << "\n");
3374 Pair[0].Src = SrcSCEV;
3796 const SCEV *SrcSCEV local
[all...]

Completed in 289 milliseconds