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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3305 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); local
3307 DEBUG(dbgs() << " DstPtrSCEV = " << *DstPtrSCEV << "\n");
3311 isLoopInvariant(DstPtrSCEV, LI->getLoopFor(Dst->getParent()));
3736 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); local
3739 isLoopInvariant(DstPtrSCEV, LI->getLoopFor(Dst->getParent()));

Completed in 50 milliseconds