Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Dep

3814 const  SCEV *DependenceAnalysis::getSplitIteration(const Dependence &Dep,
3816 assert(Dep.isSplitable(SplitLevel) &&
3817 "Dep should be splitable at SplitLevel");
3818 Instruction *Src = Dep.getSrc();
3819 Instruction *Dst = Dep.getDst();