Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3346 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in depends() local
3348 DEBUG(dbgs() << " DstPtrSCEV = " << *DstPtrSCEV << "\n"); in depends()
3352 isLoopInvariant(DstPtrSCEV, LI->getLoopFor(Dst->getParent())); in depends()
3777 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in getSplitIteration() local
3780 isLoopInvariant(DstPtrSCEV, LI->getLoopFor(Dst->getParent())); in getSplitIteration()