Lines Matching defs:Dst

708                                             const Instruction *Dst) {  in establishNestingLevels()
786 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
811 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
836 const SCEV *Dst = Pair->Dst; in removeMatchingExtensions() local
878 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
905 const SCEV *Dst, const Loop *DstLoopNest, in classifyPair()
1019 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV()
2073 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV()
2141 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV()
2207 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV()
2249 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest()
2452 bool DependenceInfo::banerjeeMIVtest(const SCEV *Src, const SCEV *Dst, in banerjeeMIVtest()
2981 bool DependenceInfo::propagate(const SCEV *&Src, const SCEV *&Dst, in propagate()
3005 bool DependenceInfo::propagateDistance(const SCEV *&Src, const SCEV *&Dst, in propagateDistance()
3031 bool DependenceInfo::propagateLine(const SCEV *&Src, const SCEV *&Dst, in propagateLine()
3105 bool DependenceInfo::propagatePoint(const SCEV *&Src, const SCEV *&Dst, in propagatePoint()
3177 bool DependenceInfo::tryDelinearize(Instruction *Src, Instruction *Dst, in tryDelinearize()
3289 DependenceInfo::depends(Instruction *Src, Instruction *Dst, in depends()
3750 Instruction *Dst = Dep.getDst(); in getSplitIteration() local