Lines Matching defs:Dst

745                                             const Instruction *Dst) {  in establishNestingLevels()
823 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
848 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
873 const SCEV *Dst = Pair->Dst; in removeMatchingExtensions() local
922 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
933 const SCEV *Dst, const Loop *DstLoopNest, in classifyPair()
1098 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV()
2141 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV()
2209 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV()
2275 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV()
2317 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest()
2520 bool DependenceInfo::banerjeeMIVtest(const SCEV *Src, const SCEV *Dst, in banerjeeMIVtest()
3055 bool DependenceInfo::propagate(const SCEV *&Src, const SCEV *&Dst, in propagate()
3079 bool DependenceInfo::propagateDistance(const SCEV *&Src, const SCEV *&Dst, in propagateDistance()
3105 bool DependenceInfo::propagateLine(const SCEV *&Src, const SCEV *&Dst, in propagateLine()
3180 bool DependenceInfo::propagatePoint(const SCEV *&Src, const SCEV *&Dst, in propagatePoint()
3252 bool DependenceInfo::tryDelinearize(Instruction *Src, Instruction *Dst, in tryDelinearize()
3303 Instruction *Src, Instruction *Dst, const SCEV *SrcAccessFn, in tryDelinearizeFixedSize()
3397 Instruction *Src, Instruction *Dst, const SCEV *SrcAccessFn, in tryDelinearizeParametricSize()
3506 DependenceInfo::depends(Instruction *Src, Instruction *Dst, in depends()
3935 Instruction *Dst = Dep.getDst(); in getSplitIteration() local