Searched refs:SrcPtrSCEV (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3304 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand()); local
3306 DEBUG(dbgs() << " SrcPtrSCEV = " << *SrcPtrSCEV << "\n");
3310 isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) &&
3735 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand()); local
3738 isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) &&

Completed in 56 milliseconds